Search results for: admin
Remove Confirmation Message Box Styling
Removes the background color and border from the form confirmation message.
Add custom page to the vendor dashboard
// Hook into the navigation add_filter( 'wcv_pro_dashboard_urls', 'add_test_page_nav', 9 ); function add_test_page_nav( $pages ){ $pages[ 'test_page'…
Change Arabic Currency symbol to the currency short code
example change د.إ to AED and all the Arabic currencies
Remove Last Name at Checkout
Removes the Last Name field from the checkout page. Note: This worked with checkout shortcode only
Allow SVG Files Upload
Add support for SVG files to be uploaded in WordPress media.
Untitled Snippet
google.com, pub-9567597566014925, DIRECT, f08c47fec0942fa0
Add 'excerpt' and 'page-attributes' Support to Locations Post Type
This filter can be used to add 'excerpt' and 'page-attributes' support to Locations post type
Creating a Form With Floating Labels
form#wpforms-form-1682 { position: relative; } form#wpforms-form-1682 .floating label:nth-of-type(2) { display: none; } .floating input { position:…
And the Javascript to turn your HTML link into a MonsterLink v2
jQuery(document).ready(function($) { $('a[class*="campaign"]').addClass("manual-optin-trigger"); $('a[class*="campaign"]').attr("data-optin-slug", "pm6fnflhiocj7cge"); });
Disable Gutenberg Editor (use Classic Editor)
add_filter('gutenberg_can_edit_post', '__return_false', 5); add_filter('use_block_editor_for_post', '__return_false', 5);
Estimated reading time
// Estimated reading time function readTime ( $content = '', $words_per_minute = 250, $with_gutenberg = false…
Blog filter
Add a filter for blogs
Download count shortcode
Add download count shortcode with ID and Offset attributes
Prevent Canonical URL tag output on Posts
This snippet can be used to prevent AIOSEO from outputting the Canonical URL tag on posts