ud::current_instance

ud::current_instance

Hook Type: filter

See hook in core

Displaying hooks found in version: wp-stateless.3.3.0

apply_filters('ud::current_instance') is found 1 times:

  • /vendor/udx/lib-utility/lib/class-utility.php line 1764
            /**
             * Set default instance.
             * Template can depend on instance. For example: facebook, PDF, etc.
             */
            $instance = apply_filters( "ud::current_instance", "default" );
    
            $opts = wp_parse_args( $opts, array(
              'instance' => $instance,
              'load' => false,
            ) );