documentation_ignore_functions

documentation_ignore_functions

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('documentation_ignore_functions') is found 1 times:

  • /wp-admin/includes/misc.php line 672
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    * @since 2.8.0
     *
     * @param string[] $ignore_functions Array of names of functions and classes to be ignored.
     */
    $ignore_functions = apply_filters( 'documentation_ignore_functions', $ignore_functions );
     
    $ignore_functions = array_unique( $ignore_functions );
     
    $output = array();
     
    foreach ( $functions as $function ) {