tgmpa_default_screen_icon

tgmpa_default_screen_icon

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('tgmpa_default_screen_icon') is found 1 times:

  • /vendor/udx/lib-wp-bootstrap/lib/classes/class-tgm-list-table.php line 587
     
                    // Wrap the install process with the appropriate HTML.
                    echo '<div class="tgmpa wrap">';
                        if ( version_compare( TGM_Plugin_Activation::$instance->wp_version, '3.8', '<' ) ) {
                            screen_icon( apply_filters( 'tgmpa_default_screen_icon', 'themes' ) );
                        }
                        echo '<h2>' . esc_html( get_admin_page_title() ) . '</h2>';
                        // Process the bulk installation submissions.
                        $installer->bulk_install( $sources );
                    echo '</div>';