$args[0]
$args[0]
Appears in: wordpress-7.0.3
Hook Type: filter
Displaying hooks found in version: wordpress-7.0.3apply_filters('$args[0]') is found 1 times:
- /wp-includes/plugin.php line 256
if ( ! isset( $wp_filter['all'] ) ) { $wp_current_filter[] = $hook_name; } $filtered = $wp_filter[ $hook_name ]->apply_filters( $args[0], $args ); array_pop( $wp_current_filter ); return $filtered; }