Allow Tasty Pins Only On Single Posts

Disable Tasty Pins on pages or custom post types and only add them to blog posts.

<10

Connect site to Google

google-site-verification: google476d5b0743fce814.html

specific-element-custom-font.css

div#om-{{id}} .my-headline * { font-family: "Proxima Nova", Helvetica, "Helvetica Neue", Arial, sans-serif !important; }

WPCode Admin Number of Snippets (copy)

Change the number of snippets displayed in the admin list using a filter.

Add Theme Supports

Reference: https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-support/#opt-in-features

Add column Product type in WooCommerce

Add a column in the product list to differentiate the type of product

Untitled Snippet

// Disable Gutemberg add_filter( 'use_block_editor_for_post', '__return_false', 10 );

Filter Countries JUST for Donation Forms

Changing the master country list in Charitable is not recommended unless you know what you are…

David Bisset PRO
<10

LMS Extra Link in Dashboard Left Menu

add an extra Link in Dashboard Left Menu

1 78 79 80 81 82 105