Search results for: admin
Allow JS Files Upload
Allowing to upload JS files into media folder for custom special integration such as booking search…
Enable WP Mail SMTP Constants
This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…
Post Meta Debugger
Add a metabox that lists all the custom fields/meta values for a post/page for easy debugging.
Allow CSS Files Upload
Allowing to upload CSS file into media folder for custom special integration such as booking search…
Change the Default Taxonomy Name “aioseo-location-category”
This filter can be used to change the default taxonomy name “aioseo-location-category”.
Load all Customizer "Additional CSS" in Block Editor
The CSS added to the frontend via the Customizer does not get added to the block…
Remove Query Strings From Static Files
Use this snippet to remove query string from CSS & JS files and improve performance ratings.
MemberPress: Send Failed Transaction Notice When Admin Sets Transaction to Failed
When a website administrator changes the member’s transaction status to Failed in the WordPress Dashboard >…
Convert Uploaded Images to WebP Format Automatically
Automatically convert uploaded images to WebP format.
WPCode Add New Snippet Skip Library Screen
This snippet enables you to skip the snippet library screen when adding a new snippet in…
Retroactive Lifetime Licenses
Mark all existing licenses for an EDD product as lifetime licenses.
Show 'NEW' Badges for Recently Added Items in WooCommerce
This code snippet adds a “NEW!” badge to products in WooCommerce, indicating that they are newly…
Remove Post Title from Yoast Breadcrumb
/* Remove Post Title from Yoast Breadcrumb */ add_filter('wpseo_breadcrumb_single_link', 'remove_breadcrumb_title' ); function remove_breadcrumb_title( $link_output) { if(strpos(…
Add Dynamic Hidden Field
Dynamically set as a hidden field in the donation form, based on the ID of the…