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…

40+

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(…

<10

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…

<10

How to Automatically Redirect If User Is Already Logged In

/** * Automatic redirect from login form if a user is already logged in * *…

<10

Shortcode to get all taxonomy values of current post

This snippet declares a shortcode to get all "Artist" taxonomy values of the current post.

50+

Facebook storage tracking

Pixel for tracking self storage traffic

Cam McMaster
<10

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

1 48 49 50 51 52 88