ud::bootstrap::upgrade_notice::vars

ud::bootstrap::upgrade_notice::vars

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.4.1

apply_filters('ud::bootstrap::upgrade_notice::vars') is found 1 times:

  • /vendor/udx/lib-wp-bootstrap/lib/classes/class-bootstrap.php line 427
              $icon = file_exists( $this->path( 'static/images/icon.png', 'dir' ) ) ? $this->path( 'static/images/icon.png', 'url' ) : false;
            }
    
            ob_start();
            $vars = apply_filters( 'ud::bootstrap::upgrade_notice::vars', array(
              'content' => false,
              'icon' => $icon,
              'name' => $this->name,
              'type' => $this->type,
              'slug' => $this->slug,
              'version' => $this->args['version'],