font_dir

font_dir

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.3

apply_filters('font_dir') is found 1 times:

  • /wp-includes/fonts.php line 187
    	 *     @type string       $baseurl URL path without subdir.
    	 *     @type string|false $error   False or error message.
    	 * }
    	 */
    	return apply_filters( 'font_dir', $font_dir );
    }
    
    /**
     * Deletes child font faces when a font family is deleted.
     *
     * @access private