init()
init()
save(array $args) : int
Save new custom CSS. This should be the entry point for any third-party code using Jetpack_Custom_CSS to save CSS.
array | $args | Array of arguments:
|
The post ID of the saved Custom CSS post.
save_revision(string $css, bool $is_preview, $preprocessor) : bool|int
Save new revision of CSS Checks to see if content was modified before really saving
string | $css | |
bool | $is_preview | |
$preprocessor |
If nothing was saved, returns false. If a post
or revision was saved, returns the post ID.