WP_Post_Type::reset_default_labels() In this article Table of ContentsSource Related Changelog ↑ Back to top Resets the cache for the default labels. Source public static function reset_default_labels() { self::$default_labels = array(); } View all references View on Trac View on GitHub Related Used byDescriptioncreate_initial_post_types()wp-includes/post.phpCreates the initial post types when ‘init’ action is fired. Changelog VersionDescription6.0.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.