Replace Special Characters in Post Title

Replace special characters in Post Title with correct HTML entity

Colin Bunn PRO
<10

Ensure Webfont is Loaded (non-Elementor)

function custom_font_display( $current_value, $font_family, $data ) { return 'swap'; } add_filter( 'font_display', 'custom_font_display', 10, 3 );

Button - Read More to Buy Now

changes read more to buy now

Carla Mawyin
<10

Add the "input hidden" field type to the EDD settings

Add 'input type="hidden"' to the type of input fields available when setting up your plugin's EDD…

Purchase Button Custom Add to Cart Link

Below all EDD purchase buttons, display a link to add that product to the cart and…

Set a minimum, and maximum price for products

Set a minimum, and maximum price for products

Allow HTML in the product description

function wcv_wpkses_post_html_tags( $tags, $context ) { if ( 'post' === $context ) { $tags['iframe'] = array(…

Add custom page to the vendor dashboard - custom menu link

add_filter( 'wcv_pro_dashboard_urls', 'custom_menu_link' ); function custom_menu_link( $pages ) { $pages[ 'custom_link' ] = array( 'slug' =>…

Add Subscriber to Segment with Duration

Adds the subscriber to the segment for a specific duration, after the defined number of days…

Extra WordPress Filters in Pro (Do something with the ticket availability display) | Display Eventbrite Events

Using this filter, you can change the ticket availability display. filter: (‘wfea_availability_display‘ , $msg, $total_sold, $event_capacity)…

Disable Gutenberg Editor (use Classic Editor)

Switch back to the Classic Editor by disablling the Block Editor.

Defining Email Log Constants

This snippet will prevent users from changing WP Mail SMTP settings in your WordPress admin area…

Google

G-T2XZDKK0J5

Paul Discher
<10

deneme

Loading the Elevenlabs Text to Speech AudioNative Player...

1 48 49 50 51 52 70