Uses
Uses | Description |
---|---|
wp-includes/class-wp-customize-section.php: WP_Customize_Section::get_content() | Get the section’s content for insertion into the Customizer pane. |
wp-includes/class-wp-customize-section.php: WP_Customize_Section::active() | Check whether section is active to current Customizer preview. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/functions.php: wp_array_slice_assoc() | Extract a slice of an array, given a list of keys. |