New and updated in 2.1.0
-
Prints scripts.
-
Prints extra scripts of a registered script.
-
methodWP_Scripts::localize()
Localizes a script, only if the script has already been added.
-
methodWP_Scripts::all_deps()
Determines script dependencies.
-
Attaches an upload to a post.
-
hookpre_upload_error
Filters whether to preempt the XML-RPC media upload.
-
hookquery
Filters the database query.
-
hookcomments_array
Filters the comments array.
-
functionprivacy_ping_filter()
Checks whether blog is public before returning sites.
-
functionwp_throttle_comment_flood()
Determines whether a comment should be blocked because of comment flood.
-
functionwp_update_comment_count()
Updates the comment count for post(s).
-
functiondo_all_pings()
Performs all pingbacks, enclosures, trackbacks, and sends to pingback services.
-
Filters the comment flood status.
-
Filters a comment’s approval status before it is set.
-
Filters the default editor content.
-
hookmce_css
Filters the comma-delimited list of stylesheets to load in TinyMCE.
-
Retrieves the first error code available.
-
Retrieves all error messages, or the error messages for the given error code.
-
Gets a single error message.
-
Retrieves the most recently added error data for an error code.
-
methodWP_Error::add()
Adds an error or appends an additional message to an existing error.
-
methodWP_Error::add_data()
Adds data to an error with the given code.
-
hookthe_editor
Filters the HTML markup output that displays the editor.
-
functionis_wp_error()
Checks whether the given variable is a WordPress Error.
-
classWP_Error
WordPress Error class.
-
methodWP_Error::__construct()
Initializes the error.
-
Retrieves all error codes.