Add CPTs for Typesense

Enables you to add the CPTs selected for indexing and searching with Typesense

Increase SEO Analyzer TimeOut

AIOSEO - Increase SEO Analyzer TimeOut

Changing Text For Suggestion Donation Descriptions

You can place this code in your theme functions.php or use WPCode.

Meta Lead Gen Pixel

Michael Woolsey
<10

Facebook Domain Verification snippet

Asembo Digital Solutions Facebook Pixel ID (tracking)

Post class update

add_filter( 'body_class', function( $classes ) { $acc_type=tmwp_get_user_role(); if (!$acc_type) $acc_type='anonymous'; return array_merge( $classes, array('acc-type-'.strtolower($acc_type),tmwp_get_page_class()) ); }…

Add user registration date

/* * Creating a column (it is also possible to remove some default ones) */ add_filter(…

Failed login: Don't show if username is correct

If a user's login fails, don't tell them whether the username or password was incorrect

WP Simple Pay: BuddyBoss Preview Compatibility

Provides BuddyBoss preview function compatibility

1 67 68 69 70 71 177