Add Field Placeholders
Add placeholder attributes to donation fields, removing the label field.
Remove users from WP-JSON
Increase your site's security by hiding usernames from WP-JSON, that are otherwise exposed to the public.
Remove Gutenberg Block CSS
Remove Gutenberg Block Library CSS from loading on the frontend
Allow WebP Files Upload
The provided PHP code is intended to enable the upload of WebP image files in WordPress…
Disable All Admin Notices individually
function disable_all_admin_notices() { remove_all_actions('admin_notices'); } add_action('admin_init', 'disable_all_admin_notices');
Continue Shopping Button
/** * Add Continue Shopping Button on Cart Page * Add to theme functions.php file or…
Prevent AIOSEO From Outputting a rel=”prev” Link
Prevent AIOSEO from outputting a rel=”prev” link
Remove Specific Taxonomy From Public Taxonomies List
This filter can be used to remove the 'genre' taxonomy from the public taxonomies list.
Change Country Field To Hidden
Change the Country field in the donation form to a hidden field with a hard-coded default…
Disable the space key with the special CSS class
This code snippet disables the space key. When a user presses the space key in these…
Create List of Child Pages
To show a list of Child pages on the Parent Page
MemberPress: Add Membership Titles To the Top of Registration Pages
This code snippet will add a membership title to each MemberPress membership registration page. Titles will…
Remove HealthAndBeautyBusiness Schema
This snippet removes HealthAndBeautyBusiness Schema
WP Simple Pay: Add Custom CSS Classes to the Payment Button
"Payment Button" refers to the button that launches an On-site Overlay or Stripe Checkout Payment Form.
Change Custom Amount Field Label
Filter the custom amount field description.