One Hat Cyber Team
  • Dir : ~/var/softaculous/sitepad/editor/site-inc/widgets/
  • View File Name : class-wp-widget-custom-html.php
    '; $content .= __( 'Use the Custom HTML widget to add arbitrary HTML code to your widget areas.' ); $content .= '

    '; if ( 'false' !== wp_get_current_user()->syntax_highlighting ) { $content .= '

    '; $content .= sprintf( /* translators: 1: link to user profile, 2: additional link attributes, 3: accessibility text */ __( 'The edit field automatically highlights code syntax. You can disable this in your user profile%3$s to work in plain text mode.' ), esc_url( get_edit_profile_url() ), 'class="external-link" target="_blank"', sprintf( ' %s', /* translators: accessibility text */ __( '(opens in a new tab)' ) ) ); $content .= '

    '; $content .= '

    ' . __( 'When using a keyboard to navigate:' ) . '

    '; $content .= ''; } $screen->add_help_tab( array( 'id' => 'custom_html_widget', 'title' => __( 'Custom HTML Widget' ), 'content' => $content, ) ); } }