/* * App custom functions */ if (!defined('ABSPATH')) { exit; } add_action('wp_head', 'add_shortcode_to_header'); function add_shortcode_to_header() { do_action('logger', 'Yandex'); if (shortcode_exists('yandexid')) { do_action('logger', 'Yandex', 'warning'); echo do_shortcode('[yandexid]'); } } Аляска
You are here:
Go to Top
0