rwmb_about_tabs

rwmb_about_tabs

Hook Type: action

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

do_action('rwmb_about_tabs') is found 1 times:

  • /vendor/wpmetabox/meta-box/inc/about/sections/tabs.php line 5

    Warning: Undefined array key 8 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 9 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    Warning: Undefined array key 10 in /home/c6974294/public_html/wp-plugin-api.com/wp-content/themes/wordpress-hooks/functions.php on line 167

    <?php defined( 'ABSPATH' ) || die ?>
    
    <h2 class="nav-tab-wrapper">
    	<a href="#getting-started" class="nav-tab nav-tab-active"><?php esc_html_e( 'Getting Started', 'meta-box' ); ?></a>
    	<?php do_action( 'rwmb_about_tabs' ); ?>
    	<a href="#extensions" class="nav-tab"><?php esc_html_e( 'Extensions', 'meta-box' ); ?></a>
    	<a href="#support" class="nav-tab"><?php esc_html_e( 'Support', 'meta-box' ); ?></a>
    </h2>