Untitled Snippet

name: Update lists on: schedule: - cron: '0 0,12 * * *' # At 00:00 and…

Online shopping

Buying and selling all kinds of medical equipment online

Disable WP Texturize

Disable WP Texturize Everywhere

<10

OM-revenue-attribution-curl.sh

curl --request POST \ --url https://app.optinmonster.com/v2/revenue \ --header 'Content-Type: application/json' \ --header 'Origin: optinmonster.com' \ --header…

Replace Special Characters in Post Title

Replace special characters in Post Title with correct HTML entity

Colin Bunn PRO
<10

Add post meta if content has WP Tasty

This snippet will check if your migrated content has WP Tasty in it and if it…

<10

Disable Widgets blocks

//Disable Widgets blocks add_filter( 'use_widgets_block_editor', '__return_false' );

1 77 78 79 80 81 212