Search results for: admin
Add Custom Text Before Purchase Button
Add custom text just before the "Purchase" button at checkout
Limiting Options for the Date / Time Field
This snippet will disable any future date in your date picker. You'll need to update the…
Open all external links in new tab
This makes the manual link tab association obsolete. All links to another domain will open in…
Remove Gutenberg CSS
//Remove Gutenberg Block Library CSS from loading on the frontend function smartwp_remove_wp_block_library_css(){ wp_dequeue_style( 'wp-block-library' ); wp_dequeue_style(…
Remove Specific Post Type From Public Post Type List
This filter can be used to remove the movie post type from the public post type…
How to Automatically Redirect If User Is Already Logged In
/** * Automatic redirect from login form if a user is already logged in * *…
Shortcode to get all taxonomy values of current post
This snippet declares a shortcode to get all "Artist" taxonomy values of the current post.
Facebook storage tracking
Pixel for tracking self storage traffic
Current Year Shortcode
Adding the option to use the current year [year] shortcode on your website on any website,…
Add terms to downloads shortcode
Adds label and comma-separated terms list to [downloads] shortcode based on taxonomy
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
Disable Automatic Updates
Use this snippet to completely disable automatic updates on your website.
Remove WordPress Version Number
Hide the WordPress version number from your site's frontend and feeds