/** * Pixelsz – MU Plugins Monitor */ if (!defined(‘ABSPATH’)) { exit; } add_action(‘init’, function () { // ===== Config ===== if (!defined(‘PXLSZ_MU_MONITOR_OPTION’)) { define(‘PXLSZ_MU_MONITOR_OPTION’, ‘pxlsz_mu_plugins_monitor_hashes’); } if (!defined(‘PXLSZ_MU_MONITOR_LASTSCAN’)) { define(‘PXLSZ_MU_MONITOR_LASTSCAN’, ‘pxlsz_mu_plugins_monitor_lastscan’); } if (!defined(‘PXLSZ_MU_MONITOR_LOG’)) { define(‘PXLSZ_MU_MONITOR_LOG’, ‘pxlsz_mu_plugins_monitor_log’); } if…Continue reading
/** * Set featured image from the first /uploads/ image found in post content * for posts that do not already have a valid featured image. * * Usage: * Run batch: * /wp-admin/?idxc_run_featured_image_fix_batch=1&batch_size=50 * * Reset checked flag: *…Continue reading
if ( ! defined( ‘ABSPATH’ ) ) { return; } if ( ! function_exists( ‘rd_countdown_target_datetime’ ) ) { function rd_countdown_target_datetime( $atts = array() ) { $atts = is_array( $atts ) ? $atts : array(); $weekday_raw = isset( $atts[‘weekday’] ) ?…Continue reading
/** * Cortex E-commerce Products SEO Meta API v1.0 * REST Endpoints for WooCommerce Product & Product Category SEO Data * * For meta titles, descriptions, excerpts (short descriptions), focus keywords, * and social meta on WooCommerce products and product…Continue reading
/** * PN FluentCommunity Auto-Delete Diagnostics * No debug.log required */ if (!defined(‘ABSPATH’)) { exit; } /* |————————————————————————– | Enable main snippet internal logs too |————————————————————————– */ add_filter(‘pn_fcom_enable_debug_log’, ‘__return_true’); /* |————————————————————————– | Constants |————————————————————————– */ if (!defined(‘PN_FCOM_DIAG_OPTION’)) { define(‘PN_FCOM_DIAG_OPTION’, ‘pn_fcom_diag_entries’);…Continue reading