Fires after saving Custom CSS.
safecss_save_preview_post
safecss_save_preview_postsafecss_save_preview_postFires after saving Custom CSS.
safecss_parse_postFires after parsing the css with CSSTidy, but only if the preprocessor is not cinfigured for use.
safecss_parse_preFires before parsing the css with CSSTidy, but only if the preprocessor is not configured for use.
safecss_save_preFires prior to saving custom css values. Necessitated because the core WordPress save_pre filters were removed: – content_save_pre – content_filtered_save_pre
safecss_migrate_postAllows additional work when migrating safecss from wp_options to wp_post.
safecss_use_aceShould the Custom CSS module use ACE to process CSS.
jp_carousel_post_attachment_commentFires before adding a new comment to the database via the get_attachment_comments ajax endpoint.
jp_carousel_check_blog_user_privilegesAllows for the checking of privileges of the blog user before comments are packaged as JSON and sent back from the get_attachment_comments AJAX endpoint
jp_carousel_add_data_to_containerFilter the data added to the Gallery container.
jp_carousel_enqueue_assetsFires after carousel assets are enqueued for the first time. Allows for adding additional assets to the carousel page.