Browsing hooks for feature: Custom CSS

    jetpack_custom_css_customizer_controls

    hook (action): An action to grab on to if another Jetpack Module would like to add its own controls.

    Source: modules/custom-css/custom-css.php:769

    jetpack_custom_css_pre_post_id

    hook (filter): Filter the ID of the post where Custom CSS is stored, before the ID is retrieved.<p>If the callback function returns a non-null value, then post_id() will immediately return that value, instead of retrieving the normal post ID.</p>

    Source: modules/custom-css/custom-css.php:378

    custom_css_submitbox_misc_actions

    hook (action): Allows addition of elements to the submit box for custom css on the wp-admin side.

    Source: modules/custom-css/custom-css.php:1431

    csstidy_optimize_postparse

    hook (action): Fires after parsing the css.

    Source: modules/custom-css/custom-css.php:1914

    csstidy_optimize_subvalue

    hook (action): Fires before optimizing the Custom CSS subvalue.

    Source: modules/custom-css/custom-css.php:1933

    safecss_theme_stylesheet_url

    hook (filter): Filter the theme's stylesheet URL.

    Source: modules/custom-css/custom-css.php:1413

    safecss_link_tag_post

    hook (action): Fires after creating the in the element for the custom css stylesheet.

    Source: modules/custom-css/custom-css.php:901

    safecss_embed_style

    hook (filter): Allow inserting CSS inline instead of through a separate file.

    Source: modules/custom-css/custom-css.php:859

    safecss_style_filter_url

    hook (filter): Filter the default blank Custom CSS URL.

    Source: modules/custom-css/custom-css.php:924

    safecss_preview_message

    hook (filter): Filter the Preview message displayed on the site when previewing custom CSS, before to save it.

    Source: modules/custom-css/custom-css.php:978