Эта ошибка возникает, когда вы пытаетесь отдать заголовки после того, как выводите текст на страницу.куки и сессии тоже должны устанавливаться до вывода...
#: VAB_libs/VAB_Subscription/VAB_Subscription.php:9
#: VAB_libs/VAB_class/UnSubscription.php:30
#: VAB_libs/VAB_class/VABanketaDTAShow.php:7
#: VAB_template_parts/forms/VAB-FileSendMailSendContent.php:66
#: VAB_template_parts/forms/VAB-anketaDiagramm.php:86
#: VAB_template_parts/forms/VAB-contact.php:46
#: VAB_template_parts/forms/VAB-hand_mailer.php:44
#: VAB_template_parts/forms/VAB-hand_mailer_files.php:57
#: VAB_template_parts/forms/VAB-zapis.php:39
#: VAB_template_parts/forms/VAB-zhalobiand.php:38
msgid "Отправить"
msgstr "Send"
add_action('after_setup_theme','load_theme_translator');
if(!function_exists('load_theme_translator')):function load_theme_translator(){load_theme_textdomain('VAB',VABGTD.'/languages');}endif;
__('Начальный','VAB');
_e('Начальный','VAB');
__('Basic','VAB');
_e('Basic','VAB');
Почему произвольная ссылка в Wordpress уже активная?- потому что на главной находитесь, куда и ведут Ваши ссылки..
$format = "There are %s monkeys in the %s";
echo sprintf($format, 'текст первый', 'текст второй');
$format = __("There are %s monkeys in the %s", "my_localization_domain");
echo sprintf($format, 'текст первый', 'текст второй');
'section' => 'title_tagline',
$customizer
$wp_customize
$customizer->add_setting( 'topbar', array(
) );
$customizer->add_control( new WP_Customize_Control( $customizer, 'topbar', array(
'label' => esc_html__('Show TopBar', 'woo-mag'),
'type' => 'checkbox',
'section' => 'title_tagline',
'settings' => 'topbar',
'priority' => 10,
) ) );
$customizer->add_setting( 'topbar_position', array(
'default' => 'relative',
) );
$customizer->add_control( new WP_Customize_Control( $customizer, 'topbar_position', array(
'label' => esc_html__( 'Position', 'woo-mag' ),
'type' => 'select',
'section' => 'title_tagline',
'settings' => 'topbar_position',
'priority' => 10,
'choices' => array(
'relative' => esc_html__( 'Relative', 'woo-mag' ),
'absolute' => esc_html__( 'Absolute', 'woo-mag' ),
),
'active_callback' => function(){
return get_theme_mod( 'topbar', true );
},
) ) );
$customizer->add_setting( 'topbar_disable_position', array(
'default' => false,
'sanitize_callback' => 'sanitize_checkbox',
) );
$customizer->add_control( new WP_Customize_Control( $customizer, 'topbar_disable_position', array(
'label' => esc_html__('Disable position.', 'woo-mag'),
'type' => 'checkbox',
'section' => 'title_tagline',
'settings' => 'topbar_disable_position',
'priority' => 10,
'active_callback' => function(){
return get_theme_mod( 'topbar_position', 'relative' ) == 'absolute' || get_theme_mod( 'topbar', false ) == true;
},
) ) );
'sanitize_callback'
return get_theme_mod( 'topbar_position' ) == 'absolute' || get_theme_mod( 'topbar');
(output started at C:\Users\tempe\Downloads\OSPanel\domains\wp-dev\wp-content\themes\sparrow\functions.php:63)
add_filter( 'get_search_form', 'my_search_form', 100 )
;?>
;?>
?????add_filter( 'get_search_form', 'my_search_form', 100 );
add_action('customize_controls_enqueue_scripts',
'active_callback' => function(){
return get_theme_mod( 'position_breadcrumb', 'none' );
},
'transport'=>'postMessage'
Так же вопрос, а если нужно указать 2 условия, то просто писать 2 ретёрна?
if(!function_exists('VAB_Pages_dropdown_Show_Three')){function VAB_Pages_dropdown_Show_Three(){return get_theme_mod('VAB_dropdown_source_Three')=='pages'||!get_theme_mod('VAB_dropdown_source_Three');}}
в вопросе написано про return
Где ошибка в do_action?
Что не так при вставке в тег div, пробовал echo и return, все равно не вставляется.