Remove title on all pages for Hello Theme

By default Hello theme displays page title at the top of every page. While you can…

How to Check If Your Debug Certificate Has Expired

keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey

Require a comments with rating

Return the number of the rating that should not require a comment.

<10

Remove Emojis

/** * Disable the emojis in WordPress. */ add_action( 'init', function () { remove_action( 'wp_head', 'print_emoji_detection_script',…

MemberPress: Disable MemberPress Password Lost/Changed Email

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

AudioNative - Prod

Loading the Elevenlabs Text to Speech AudioNative Player...

Hotfix: Remove Stripe Statement Descriptor

In EDD 3.2.8, Easy Digital Downloads changed how Statement Descriptors are used with Stripe Payments to…

Disable WP Error Log and PHP Error

Turning off PHP Errors in WordPress

remove auto linkig

remove_filter( 'comment_text', 'make_clickable', 9 );

Disable All UpdraftPlus Email Notifications

This snippet completely disables all email notifications from UpdraftPlus, including backup reports, error notifications, warnings, and…

<10

Сортировка методов доставки СДЭК по стоимости, от дешевых к дорогим

Сниппет предназначен для сортировки методов доставки СДЭК. Сортировка происходит от самых дешевых к самым дорогим.

Disable delayed customer recalculations

In EDD 3.1.1.4+, to improve checkout performance, the recalculation of a customer's stats were deferred by…

Memberpress: Remove the Navigation Links on Page

Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…

1 2 3 4 5