Move Jump to Recipe above featured image

/** * Ensures the "Jump to Recipe" button is added to the content really late. */…

<10

Remove Price

Removes the price from all add to cart buttons

Make Private Posts Visible to Subscribers

/* * Make Private Posts visible to Subscribers * Typically only visible to admin or editor…

Peter Beare
<10

WP Simple Pay: Custom Decimal Separator

Changes the decimal separator from a . (period) to a , (comma).

WP Simple Pay: Google GA4 Payment Conversion Tracking

Execute a script the first and only time a payment confirmation is viewed.

Using Date Picker Localization

This snippet is used to apply the changes that instruct WPForms to update the date picker…

<10

Disable Openverse

Disable the Openverse integration for the media inserter.

<10

Add a “Rate this recipe” Tasty Recipes quick link

After applying this snippet, your new quick link should appear at the top of the recipe…

<10

Add Gateway Donation Field

Enable an email tag for the gateway_label donation field.

Szállítási módok elrejtése a Kosár oldalon

Ezzel a kóddal a Kosár oldalon lehet a szállítási módokat elrejteni, így a vásárlók azt csak…

Add Password Hint

Add standard WP password hint to checkout right below account creation fields.

Increase Memory Limit During Download Delivery

Increase the memory limit of your server to support the delivery of large downloads.

Contribution request

Keep your content free and ask for voluntary contributions. Readers that do not wish to contribute…

Post class update

add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…

1 47 48 49 50 51 125