How to Automatically Redirect If User Is Already Logged In

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

30+

Assign User Role Conditionally in WordPress

This snippet works with WPForms and the User Registration Add-on. It lets you assign user roles…

30+

Change 'streetLineTwo' in Local SEO address output to an empty string

This filter can be used to change 'streetLineTwo' in Local SEO address output to an empty…

20+

Focused Form Fields

This CSS snippet will make your fields focused on click.

20+

Prevent Copy Paste

This JavaScript snippet prevents right-click and copy events on the frontend

20+

Change Business Info Phone Icon

This filter can be used to change the business info phone icon. Replace "/assets/images/email-icon.png" with the…

20+

Hide Author SEO Tab From User Profile Page

This filter can be used to Hide Author SEO Tab From User Profile Page

20+

How to Move to the Next Page Automatically

/** * Navigate to the next page automatically * * @link https://wpforms.com/developers/how-to-move-to-the-next-page-automatically/ */ function wpf_dev_automatic_next_page( )…

20+

Use a WooCommerce Product Attribute as the Brand in Product Schema

This filter enables using a WooCommerce Product Attribute as the Brand in our Product Schema. Note:…

20+

Change Business Info Location Icon

This filter can be used to change the business info location icon. Replace "/assets/images/email-icon.png" with the…

20+

Remove BreadcrumbList Schema

This snippet removes the BreadcrumbList Schema

20+

How to Center a Form

This code centers the form using margin: 0 auto and sets a maximum width of 500px.

20+

Remove the crumb for the ‘uncategorized’ category

This snippet can be used to remove the crumb for the ‘uncategorized’ category

20+

Change OG Title of a Specific Post

This filter can be used to change the OG Title of a Specific Post with ID…

20+

Remove article:published_time and article:modified_time meta tags from all posts

This filter can be used to remove article:published_time and article:modified_time meta tags from all posts

20+
1 17 18 19 20 21 167