wp_enqueue_view_transitions_admin_css() In this article Table of ContentsSource Related Changelog ↑ Back to top Enqueues View Transitions CSS for the admin. Source function wp_enqueue_view_transitions_admin_css(): void { wp_enqueue_style( 'wp-view-transitions-admin' ); } View all references View on Trac View on GitHub Related UsesDescriptionwp_enqueue_style()wp-includes/functions.wp-styles.phpEnqueues a CSS stylesheet. Changelog VersionDescription7.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.