*/ add_action('wp_head', function () { if (sw_is_world_cup_section()) { echo '' . "\n"; } else { echo '' . "\n"; } }, 20); /** * Shortcode for video placement * Use: [membrana_video] */ add_shortcode('membrana_video', function () { if (sw_is_world_cup_section()) { return '
'; } return ''; });