Facebook Domain Verification snippet

Asembo Digital Solutions Facebook Pixel ID (tracking)

Charitable Reporting: Adjusting Initial Filters

Changes the default reporting filters for the overview report page in the admin.

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

Add WPCode Permalink Smart Tag

Add a custom smart tag for WPCode to output the value of the current page permalink.

<10

WP Simple Pay: Allow Customers to Exempt from Tax

Add a "Checkbox" field with the "Stripe Metadata Label" set to "Tax Exempt"

1 68 69 70 71 72 191