is_multi_author, (bool

is_multi_author, (bool

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('is_multi_author, (bool') is found 1 times:

  • /wp-includes/author-template.php line 636
    	 * @since 3.2.0
    	 *
    	 * @param bool $is_multi_author Whether $is_multi_author should evaluate as true.
    	 */
    	return apply_filters( 'is_multi_author', (bool) $is_multi_author );
    }
    
    /**
     * Helper function to clear the cache for number of authors.
     *
     * @since 3.2.0