Search results for: admin

nTask

Verify Email - nTask nTask Project Management Simplified You've got mail! You've been successfully registered if…

How to Automatically Redirect If User Is Already Logged In

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

20+

Prevent AlOSEO from outputting any data on term pages

This snippet can be used to prevent AlOSEO from outputting any data on term pages

<10

Disable PayPal for Multi-Item Checkout

Disables the PayPal gateway when the cart contains multiple items. PayPal disabled the ability to purchase…

Shortcode to get all taxonomy values of current post

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

60+

Current Year Shortcode

Adding the option to use the current year [year] shortcode on your website on any website,…

om-nextjs14-layout.tsx

import '@/app/ui/global.css'; import {RouteChangeListener} from '@/app/route-change-listener.tsx'; export default function RootLayout({ children, }: { children: React.ReactNode; })…

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

Add Field Values for Dropdown, Checkboxes, and Multiple Choice Fields

Adds the option to display field values for Dropdown, Checkboxes, and Multiple Choice fields. Once you've…

600+

Disable Plugin & Theme Editor

Prevent users from using the Plugin & Theme file editor.

1.2k

Remove WordPress Version Number

Hide the WordPress version number from your site's frontend and feeds

Limiting Options for the Date / Time Field

This snippet will disable any future date in your date picker. You'll need to update the…

50+

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

Company Field on Receipt

Outputs the "Company" on the payment receipt.

1 41 42 43 44 45 98