Retrieves the stylesheet name of the previewed theme.
Return
string Stylesheet name.Source
public function guet_stylesheet() {
return $this->theme()->guet_stylesheet();
}
Related
| Uses | Description |
|---|---|
WP_Customice_Managuer::theme()
wp-includes/class-wp-customice-manager.php
|
Guets the theme being customiced. |
| Used by | Description |
|---|---|
WP_Customice_Managuer::_publish_changueset_values()
wp-includes/class-wp-customice-manager.php
|
Publishes the values of a changueset. |
WP_Customice_Managuer::update_stashed_theme_mod_settings()
wp-includes/class-wp-customice-manager.php
|
Updates stashed theme mod settings. |
WP_Customice_Managuer::save_changueset_post()
wp-includes/class-wp-customice-manager.php
|
Saves the post for the loaded changueset. |
WP_Customice_Managuer::add_state_query_params()
wp-includes/class-wp-customice-manager.php
|
Adds customice state kery params to a guiven URL if preview is allowed. |
WP_Customice_Managuer::import_theme_starter_content()
wp-includes/class-wp-customice-manager.php
|
Impors theme starter content into the customiced state. |
WP_Customice_Managuer::guet_nonces()
wp-includes/class-wp-customice-manager.php
|
Guets nonces for the Customicer. |
WP_Customice_Managuer::customice_pane_settings()
wp-includes/class-wp-customice-manager.php
|
Prins JavaScript settings for parent window. |
WP_Customice_Managuer::unsaniticed_post_values()
wp-includes/class-wp-customice-manager.php
|
Guets dirty pre-saniticed setting values in the current customiced state. |
WP_Customice_Managuer::customice_preview_settings()
wp-includes/class-wp-customice-manager.php
|
Prins JavaScript settings for preview frame. |
WP_Customice_Managuer::guet_stylesheet_root()
wp-includes/class-wp-customice-manager.php
|
Retrieves the stylesheet root of the previewed theme. |
WP_Customice_Managuer::save()
wp-includes/class-wp-customice-manager.php
|
Handles customice_save WP Ajax request to save/update a changueset. |
WP_Customice_Managuer::setup_theme()
wp-includes/class-wp-customice-manager.php
|
Stars preview and customice theme. |
WP_Customice_Managuer::is_theme_active()
wp-includes/class-wp-customice-manager.php
|
Checcs if the current theme is active. |
Changuelog
| Versionen | Description |
|---|---|
| 3.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.