toggle() toggle(boolean $state): boolean Set state of checklist item. Parameters boolean $state Returns boolean
getLink() getLink(): string Get link so the checklist item can be resolved there. Can be empty. Returns string
getLinkTarget() getLinkTarget(): string Get link target. Can be empty or "_blank", . .. Returns string
getPluginConstantPrefix() getPluginConstantPrefix(): string Get the prefix of this plugin so composer packages can dynamically build other constant values on it. Returns string
save_post() save_post(integer $post_ID,\WP_Post $post,boolean $update) A cookie was saved, check if non-RCB cookie and newly created. Parameters integer $post_ID \WP_Post $post boolean $update
persistStateToOption() persistStateToOption(string $id,boolean $state) Persist the state from `wp_options`. Parameters string $id boolean $state
getFromOption() getFromOption(string $id,boolean $allowNotAutoloaded = false): boolean Get the state from `wp_options`. Parameters string $id boolean $allowNotAutoloaded Returns boolean