New and updated in 4.3.0
-
Filters whether to send the password change email.
-
functionwp_post_preview_js()
Outputs a small JS snippet on preview tabs/windows to remove `window.name` when a user is navigating to another page.
-
Filters the main network ID.
-
functionget_main_network_id()
Gets the main network ID.
-
Filters whether to trigger an error for deprecated functions.
-
function_deprecated_constructor()
Marks a constructor as deprecated and informs when it has been used.
-
Fires when a deprecated constructor is called.
-
functionatom_site_icon()
Displays Site Icon in atom feeds.
-
functionrss2_site_icon()
Displays Site Icon in RSS2.
-
functionformat_for_editor()
Formats text for the editor.
-
Filters the text after it is formatted for the editor.
-
functionconvert_invalid_entities()
Converts invalid Unicode references range to valid range.
-
functionwptexturize_primes()
Implements a logic tree to determine whether or not “7′.” represents seven feet, then converts the special char into either a prime char or a closing quote char.
-
functionget_default_comment_status()
Gets the default comment status for a post type.
-
Filters the default comment status for the given post type.