Search results for: disable
Memberpress: Remove the Navigation Links on Page
Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…
Add User Email To Donation Summary
This will allow - among other places - for the user email to be displayed on…
Register Multiple Donation Fields
Add multiple new fields to your donation form.
How to Add Diwali Celebration Animation in WordPress Website
Add Diwali celebration animation in WordPress website
Remove Default jQuery
// Remove default WordPress jquery wp_deregister_script( 'jquery' ); //Remove jquery migrate add_action( 'wp_default_scripts', 'remove_jquery_migrate' ); function…
Change a currency symbol AMD to Դրամ
/** * Change a currency symbol */ add_filter('woocommerce_currency_symbol', 'change_existing_currency_symbol', 10, 2); function change_existing_currency_symbol( $currency_symbol, $currency )…
Remove Post Title from Yoast Breadcrumbs
This snippet removes the post title from Yoast SEO breadcrumbs
Allow Tasty Pins Only On Single Posts
Disable Tasty Pins on pages or custom post types and only add them to blog posts.
How to Check If Your Debug Certificate Has Expired
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey