Include Subscriptions in API

Include EDD Subscription payments in the /edd-api/sales endpoint

Keep Emoticons

WordPress converts all emoticons to emoji. This small snippet prevents that, without removing emojis from your…

Disable SEO News Dashboard Widget

This filter can be used to Disable SEO News Dashboard Widget.

<10

Change the Post ID Being Processed by AIOSEO

This snippet can be used to change the Post ID being processed by AIOSEO.

<10

Make Product Non Purchasable for Wholesale Customer if Product Stock is Less Than Certain Amount

This snippet will allow you to make a product unavailable for purchase by wholesale customers if…

Do On Complete

Execute code whenever an EDD purchase is complete.

Digital Store Theme - Latest Downloads Number

Changes the number of downloads displayed in the latest downloads section of the store front template.

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Increase SEO Analyzer TimeOut

AIOSEO - Increase SEO Analyzer TimeOut

Remove the link from the current breadcrumb item on a page

This snippet removes the link from the current breadcrumb item on a page.

<10

تغيير عمله

/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…

Disable Donations After Goal Is Reached

Disables donations to campaigns after they have reached their goal.

Current Year

function current_year_shortcode() { return date('Y'); } add_shortcode('year', 'current_year_shortcode');

<10
1 47 48 49 50 51 111