2 Snippets
<10 Favourites
<10 Downloads

Hide Elementor AI Image

/* * Hide Elementor image optimization ads when choosing the post's featured image on the backend…

Expose login state for GTM

// Expose login state for GTM add_action('wp_head', function() { if ( is_user_logged_in() ) { echo "";…