Category: Admin
connect site to google
FXBot – Add funnel name to fxbot_api_parameters
function add_custom_javascript() { // Check if we’re on a single post or page if(is_singular()) { // Get the post ID of the current post or page $post_id = get_the_ID(); // Check if the custom field ‘funnel’ exists and get its…Continue reading
file:///Users/severenhenderson/Downloads/pinterest-b4939.htmlContinue reading
Add Textbox To Donation Form
/** * Shows how to add a custom text box in a donation form. * In this example, we are adding a text box to collect a special referral code that the admin can read later. * * This snippet…Continue reading
Contato
deneme
Loading the Elevenlabs Text to Speech AudioNative Player…Continue reading
Disable WordPress Admin Bar for all users
/* Disable WordPress Admin Bar for all users */ add_filter( ‘show_admin_bar’, ‘__return_false’ );Continue reading
WP Rocket Query Monitor Debug (Disable with Query Monitor)
add_action( ‘before_rocket_clean_domain’, function() { do_action( ‘qm/cease’ ); } );Continue reading
MemberPress: Manually Refresh Member Data
/** * Manually refresh all members’ data. * * Once this snippet is added, visit /wp-admin/?update-member-data=true on your site to update all member data. * After running the update, clear any site cache and check the Members page again. */…Continue reading