Explicit Fixed Width and Height

add_filter( 'the_content', 'add_image_dimensions' ); function add_image_dimensions( $content ) { preg_match_all( '/]+>/i', $content, $images); if (count($images) <…

<10

Untitled Snippet

LTONYA SUMBUNDU
<10

Rich Pins

Rich Pins on Pinterest

Hide nutrition facts for Tasty Recipes printing

Prevent nutritional information from being displayed in the Tasty Recipes print view

<10

Remove Decimals

Removes decimal places from all prices

WP Simple Pay: Per-Form Fixed Tax Rate Percentages

Override the returned tax rate for a given Payment Form. Important: Tax rates with the percentage…

Custom Social Share Email Body

Can be used to modify the default email body (content) when a user clicks the social…

Increase SEO Analyzer TimeOut

AIOSEO - Increase SEO Analyzer TimeOut

MemberPress: Disable MemberPress Password Lost/Changed Email

Adding this code snippet will disable the MemberPress Password Lost/Changed notification email.

MemberPress: Tax Only UK

This code snippet will apply taxes only for UK customers when Taxes are enabled in MemberPress…

MemberPress: Disable Comments for Courses, Lessons, Quizzes, and Assignments

The code snippet will disable comments on all MemberPress Courses custom post types: courses, lessons, quizzes,…

MemberPress: Shortcode To Display Content for Parent Accounts and Exclude Subaccounts

The code snippet registers a new shortcode: [mepr_exclude_sub_accounts]...[/mepr_exclude_sub_accounts]. The content added to this shortcode will be…

1 80 81 82 83 84 224