Add menu item to vendor dashboard
// Add this to your themes functions.php function add_menu_item( $pages ){ $pages[] = array( 'label' =>…
3 Dots for popup text in WordPress
With this snippet 3 highlighted dots appear when you create small items of text that you…
Framework_Fluid_CSS
Fluid Design Framework - Fonts: Viewport MIN - 320 -- Viewport MAX - 1200 Space: Viewport…
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);
Set the ranges for Calendar List View | Display Eventbrite Events
The following code snippet filters the valid ranges for the next/prev keys of the calendar list…
Cusdtom WP escape
One major difficulty with passing WordPress org security reviews is escaping late. This function may help.
WC Vendors Marketplace vendor's list - Change Search for a vendor
Change Search for a vendor - WC Vendors Marketplace
Tasty Roundups - Change Heading from h2 to h3
Change all your Tasty Roundup headings from h2 tags to h3 tags
Disable WP Texturize
// Disable curly quotes remove_filter( 'the_content', 'wptexturize' );
theme setup unocss assets
UnoCSS runtime provide a CDN build that runs the UnoCSS right in the browser. It will…
افزونه وردپرسی
سلام یک افزونه مشابه افزونه e2pdf میخواستم که اطلاعات گرویتی فرم رو در متن آماده درج…