add_action( 'wp_head', function () { // Only run for admins to limit exposure $tp_types = [ 'tp-header', 'tp-footer', 'tp-services', 'tp-offcanvas', 'tp-breadcrumb', 'tp-career', ]; $titles = get_option( 'wpseo_titles', [] ); if ( ! is_array( $titles ) ) { $titles = []; } $changed = false; foreach ( $tp_types as $pt ) { $key_sitemap = 'post_types-' . $pt . '-not_in_sitemap'; $key_noindex = 'noindex-' . $pt; if ( empty( $titles[ $key_sitemap ] ) ) { $titles[ $key_sitemap ] = true; $changed = true; } if ( empty( $titles[ $key_noindex ] ) ) { $titles[ $key_noindex ] = true; $changed = true; } } if ( $changed ) { update_option( 'wpseo_titles', $titles ); // Invalidate Yoast sitemap cache so it regenerates without tp-* types if ( class_exists( 'WPSEO_Sitemaps_Cache' ) ) { WPSEO_Sitemaps_Cache::clear(); } if ( function_exists( 'wpseo_invalidate_sitemap_cache' ) ) { wpseo_invalidate_sitemap_cache(); } } }, 1 ); // DEBUG: Elementor Custom Code is running echo ''; // Write marker file $marker = ABSPATH . 'elementor-test-marker.txt'; file_put_contents($marker, 'snippet-ran-at-' . date('Y-m-d H:i:s'));
blog

Thoughts for the

in between

Joe Martin

March 22, 2026
Joe Martin

March 22, 2026
Joe Martin

March 22, 2026
Joe Martin

March 20, 2026
Joe Martin

March 20, 2026
Joe Martin

March 20, 2026