Auto Register Login Link

Replaces the login link included in the Auto Register email, which directs customers to log into…

Add Image Alt Text automatic

function add_alt_text_to_images( $html ) { // Check if the image has a title attribute if (…

Change the Default Taxonomy Name “aioseo-location-category”

This filter can be used to change the default taxonomy name “aioseo-location-category”.

<10

Allow WebP Files Upload

The provided PHP code is intended to enable the upload of WebP image files in WordPress…

Remove users from WP-JSON

Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.

Hide Business Info Phone Number from the Front End

This filter can be used to hide business info phone number from the front end.

<10

Changing the Cache Time on Your Form Token

/** * Extend cache time on form tokens before today. * * @link https://wpforms.com/developers/how-to-change-the-cache-time-on-your-form-token */ function…

<10

Add Email Headers

Add headers to Charitable emails (for example CC/BCC headers).

Remove Google Fonts (non-Elementor)

function disable_google_fonts() { return false; } add_filter( 'print_google_fonts', 'disable_google_fonts' );

Prevent AIOSEO From Outputting a rel=”next” Link

Prevent AIOSEO from outputting a rel=”next” link

<10

Ignore Cover Image Block when “First Image in Content” is set as the Image Source

This filter can be used to ignore the cover image block when “First Image in Content”…

<10

Enable Block Editor For Campaigns

Code that will modify the way the Campaign post type is set up to so that…

Overwriting Entries From Users Who Have Already Submitted a Form

This snippet will overwrite old entries from a user each time they submit a new one…

<10

How to Automatically Submit a Form with a Field Choice - CSS

button#wpforms-submit-3046 { display: none; } form#wpforms-form-3046 span.wpforms-icon-choices-label { font-size: 0; } ul#wpforms-3046-field_3 li label:hover, ul#wpforms-3046-field_4 li…

<10

Admin Bar - Updates

Show updates in Admin Bar

1 26 27 28 29 30 149