Archive | Functions by letter c RSS feed for this section

check_and_publish_future_post

Publish future post and make sure post ID has future post status.Invoked by cron ‘publish_future_post’ event. This safeguard prevents cron from publishing drafts, etc.

597

Continue reading

checked

Outputs the html checked attribute.Compares the first two arguments and if identical marks as checked

591

Continue reading

cat_is_ancestor_of

Check if a category is an ancestor of another category.You can use either an id or the category object for both parameters. If you use an integer the category will be retrieved.

589

Continue reading