parent_theme_file_path

parent_theme_file_path

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

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('parent_theme_file_path') is found 1 times:

  • /wp-includes/link-template.php line 4679
    	 *
    	 * @param string $path The file path.
    	 * @param string $file The requested file to search for.
    	 */
    	return apply_filters( 'parent_theme_file_path', $path, $file );
    }
    
    /**
     * Retrieves the URL to the privacy policy page.
     *
     * @since 4.9.6