ud_default_screen_icon

ud_default_screen_icon

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.4.1.2

apply_filters('ud_default_screen_icon') is found 1 times:

  • /vendor/udx/lib-wp-bootstrap/lib/classes/class-tgm-plugin-activation.php line 390
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    ?>
    <div class="tgmpa wrap">
     
        <?php if ( version_compare( $this->wp_version, '3.8', '<' ) ) {
            screen_icon( apply_filters( 'ud_default_screen_icon', 'themes' ) );
        } ?>
        <h2><?php echo esc_html( get_admin_page_title() ); ?></h2>
        <?php $plugin_table->prepare_items(); ?>
     
        <?php if ( isset( $this->message ) ) {
            echo wp_kses_post( $this->message );