Archives: Snippets
Disable Gutenberg Editor (use Classic Editor)
add_filter(‘gutenberg_can_edit_post’, ‘__return_false’, 5); add_filter(‘use_block_editor_for_post’, ‘__return_false’, 5);Continue reading
PIXEL FACEBOOK
SEO for GHL
DantetheblackgoldendoodleFooter
× 🚀 Stay Connected! Follow us on social media for exclusive content, updates, and behind-the-scenes fun! 📱 Follow on TikTok 📸 Follow on Instagram 👍 Follow on Facebook ✕ Follow on X Maybe LaterContinue reading
Libertify ROI simulator loaded
2026 Chess Registration
Real Estate Website
Dream Career Project — Real Estate Agent Dream Career Project Real Estate Agent A clear plan showing the skills, training, and steps I will take to reach my dream job in real estate. Why I Chose It Hard Skills Training…Continue reading
Fix “Send to Friend” Field Visibility for Variable Gift Cards
function themify_fix_agcfw_variable_product_scripts() { // Only run on single product pages if ( ! is_product() ) { return; } // Only run if Themify theme is active if ( ! class_exists( ‘Themify_Enqueue_Assets’ ) ) { return; } // Only run if…Continue reading
Untitled Snippet
function getChatContent() { const chat = document.querySelector(‘.mwai-chatbot .mwai-messages’) || document.querySelector(‘.mwai-chatbot’); return chat ? chat.innerHTML : ”; } function getChatText() { const chat = document.querySelector(‘.mwai-chatbot .mwai-messages’) || document.querySelector(‘.mwai-chatbot’); return chat ? chat.innerText : ”; } function buildPDFHtml(content) { return ` Your…Continue reading