} } add_action( 'wp_footer', 'add_inline_style_to_footer', 100 ); // /* GP | Закрыли от индексации товары "Soon" */ // $cur_page = str_replace('/projects-in-work/cosmopet', '', $_SERVER['SCRIPT_URL']); // $soon_pages = [ // "/product/cosmocat-yagnyonok-sterilized-adult-18kg/", // "/product/cosmocat-ryba-regular-18kg/", // "/product/cosmocat-ryba-sterilized-adult-18kg/", // "/product/cosmocat-yagnyonok-regular-18kg/", // "/product/cosmocat-indejka-sterilized-adult-18kg/", // "/product/cosmocat-indejka-regular-18kg/", // ]; // if(in_array($cur_page, $soon_pages)){ // add_filter( 'wp_robots', 'gp_noindex' ); // function gp_noindex( $robots ){ // $robots['noindex'] = true; // return $robots; // } // } /* WP Synchro ругается на define(SAVEQUERIES) от QueryMonitor */ // function disable_query_monitor() { deactivate_plugins('query-monitor/query-monitor.php'); } // function disable_elementor() { deactivate_plugins('elementor/elementor.php'); } // if(strstr($_SERVER['QUERY_STRING'], 'wpsynchro')){ // define( 'SAVEQUERIES', false ); // add_action('wp', 'disable_query_monitor'); // }elseif(strstr($_SERVER['REQUEST_URI'], 'gp-test') || is_page('gp-test')){ // add_action('wp', 'disable_elementor'); // echo '
'; // print_r('Целевые страницы'); // echo ''; // die(); // }