586 results found for “comment”. Showing results 526 to 550.
-
functionset_screen_options()
Saves option for number of rows when listing posts, pages, comments, etc.
-
functionwp_blacklist_check()
Does comment contain disallowed characters or words.
-
Fires before the comment is tested for disallowed characters or words.
-
classWP_Block_Processor
Class for efficiently scanning through block structure in a document without parsing the entire block tree and JSON attributes into memory.
-
functionget_feed_build_date()
Gets the UTC time of the most recently modified post from WP_Query.
-
Filters the date the last post or comment in the query was modified.
-
functionwp_add_id3_tag_data()
Parses ID3v2, ID3v1, and getID3 comments to extract usable data.
-
functionwp_install_defaults()
Creates the initial content for a newly-installed site.
-
functionwp_notify_moderator()
Notifies the moderator of the site about a new comment that is awaiting approval.
-
functionwp_scheduled_delete()
Permanently deletes comments or posts of any type that have held a status of ‘trash’ for the number of days defined in EMPTY_TRASH_DAYS.
-
functionwp_delete_attachment()
Trashes or deletes an attachment.
-
functionwp_insert_attachment()
Inserts an attachment.
-
functionwp_notify_postauthor()
Notifies an author (and/or others) of a comment/trackback/pingback on a post.
-
functionadd_post_type_support()
Registers support of certain features for a post type.
-
Core class used to modify attributes in an HTML document for tags matching a query.
Used by 3 functions | Uses 0 functions | Source: wp-includes/html-api/class-wp-html-tag-processor.php:411 -
functioncurrent_theme_supports()
Checks a theme’s support for a given feature.
-
Filters the list of fields saved in post revisions.