wp-includes/global-styles-and-settings.php
Lines:
1 to 18 of 18
<?php /** * APIs to interact with global settings & styles. * * @package WordPress */ /* function wp_get_global_settings() – Function to get the settings resulting of merging core, theme, and user data. */ /* function wp_get_global_styles() – Function to get the styles resulting of merging core, theme, and user data. */ /* function wp_get_global_stylesheet() – Returns the stylesheet resulting of merging core, theme, and user data. */ /* function wp_get_global_styles_svg_filters() – Returns a string containing the SVGs to be referenced as filters (duotone). */ /* function wp_add_global_styles_for_blocks() – Adds global style rules to the inline style for each block. */