, 3:
, 4: */ esc_html__( 'Here you can insert %1$s code for HEAD (before the %2$s), BODY (after the %3$s) and FOOTER (before the %4$s) sections.', 'head-footer-code' ), esc_html( $auhfc_form_scope ), '</head>',
'<body>',
'</body>'
);
echo ''; // One who can manage options and modify category settings if ( ! current_user_can( 'manage_options' ) ) { $auhfc_allowed_managers = is_multisite() ? esc_html__( 'Super Admin', 'head-footer-code' ) . ' ' . esc_html__( 'and', 'head-footer-code' ) : ''; $auhfc_allowed_managers .= esc_html__( 'Administrator', 'head-footer-code' ); printf( /* translators: 1: User role(s) that can manage options (Super Admin and/or Administrator), 2: Path/Name of Plugin Settings page */ esc_html__( 'They work in exactly the same way as site-wide code, which %1$s can configure under %2$s.', 'head-footer-code' ), esc_html__( 'Tools', 'head-footer-code' ) . ' > ' . esc_html( $this->plugin->name ), esc_html( $auhfc_allowed_managers ) ); } else { printf( /* translators: Link to Plugin Settings page */ esc_html__( 'They work in exactly the same way as site-wide code, which you can configure under %s.', 'head-footer-code' ), '' . esc_html__( 'Tools', 'head-footer-code' ) . ' > ' . esc_html( $this->plugin->name ) . '' ); } echo '
';
printf(
/* translators: 1: category or article specific, HTML comment code */
esc_html__( 'Please note, if you leave empty any of %1$s fields and choose replace behavior, site-wide code will not be removed until you add empty space or empty HTML comment %2$s here.', 'head-footer-code' ),
esc_html( $auhfc_form_scope ),
'<!-- -->'
);
?>
|
: |
|
|
: |
|
|
: |