Digital Store Theme - Latest Downloads Number

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

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.

WP Simple Pay: Disable Webhook Failed Notification

Disable alert bubbles when webhook events are not received.

Change the Default Taxonomy Slug “locations-category”

This filter can be used to change the default taxonomy slug “locations-category”.

<10

Remove Section

Remove entire sections from a profile form.

Set featured image aspect ratio

Used for featured image in query loop or any other image the class is applied to

CWP - ConvertKit RSS email ID

Adds ConvertKit email ID to RSS feeds for better conversion tracking

Current Year

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

<10

Change the Post ID Being Processed by AIOSEO

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

<10

Disable New User Notifications

Disable the new user notification email for both the admin and user

1 48 49 50 51 52 112