Search results for: admin
Adding Custom Border to Your Form
/* Add custom border to specific form */ #wpforms-form-1234 { border: 2px solid #333333; padding: 20px;…
Add Shortcodes to the List of Conflicting Shortcodes
Add shortcodes to the list of conflicting shortcodes
Block Email Domains 'secmail.pro' etc #The Greek
With this code you can block all the bots from login to your website. Notification -->…
file:///Users/severenhenderson/Downloads/pinterest-b4939.html
Custom Tab Order For Dashboard
The following code will allow you to change the order that the front end dashboard is…
AIOSEO - Increase SEO Analyzer TimeOut
This snippet will increase the Timeout limit set for the SEO Analysis feature on a site.
Allow Subscriptions Product on BOGO and Add Product Search Field
add_filter( 'acfw_product_search_allowed_types' , 'acfw_search_add_support_for_subscription_products' ); function acfw_search_add_support_for_subscription_products( $product_types ) { $product_types[] = 'subscription'; $product_types[] = 'variable-subscription';…
Custom Plugin for WPForms
WPForms custom template generator.
Disable recurring renewal notices for specific download
Allows renewal notice emails to be disabled for subscriptions including a certain download.
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Change the separator html on pages
This snippet can be used to change the separator html on pages
Add vendor id and name to CSV commissions export
Add vendor id and name to CSV commissions export
Add Dynamic Hidden Field
Dynamically set as a hidden field in the donation form, based on the ID of the…