Search results for: disable
Limiting Options for the Date / Time Field
This snippet will disable any future date in your date picker. You'll need to update the…
Memberpress: Remove the Navigation Links on Page
Applying this custom CSS code will hide the default post navigation (Next/Previous) buttons located at the…
How to Add Diwali Celebration Animation in WordPress Website
Add Diwali celebration animation in WordPress website
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 )…
How to Check If Your Debug Certificate Has Expired
keytool -list -v -keystore ~/.android/debug.keystore -alias androiddebugkey
Hide sidebar on mobile device
function custom_hide_sidebar_on_mobile() { echo ' '; } add_action('wp_head', 'custom_hide_sidebar_on_mobile');
WordPress Content Filter: Removing Tags for Enhanced Display Control
The purpose of this code snippet is to filter out tags and their contents from the…
Additional Option Description — Stream
Stream — We will provide a personal stream on YouTube or Twitch, where you can see…
Untitled Snippet
{"generator":"Code Snippets v3.6.5.1","date_created":"2024-07-30 20:37","snippets":[{"id":5,"name":"No price","code":"add_action( 'init', 'wpspecial_nascondi_prezzo_agli_utenti_non_registrati' );n nfunction wpspecial_nascondi_prezzo_agli_utenti_non_registrati() { ntif ( ! is_user_logged_in() )…
Disable Redirect Logging in AIOSEO Redirects
This filter can be used to skip logging redirect logging in AIOSEO Redirects.
Hide ‘Screen Options’ Tab
Remove the Screen Options menu at the top of admin pages.
Hotfix: Free Downloads - Always load assets
In version 2.3.15 of Free Downloads, an attempt was made to only load the Javascript asset…
Remove Author Links
If you are disabling author archives on your site you will want to remove the author…