embed_thumbnail_image_size Filters the thumbnail image size for use in the embed template.
embed_thumbnail_image_shape Filters the thumbnail shape for use in the embed template. Rectangular images are shown above the title while square images are shown next to the content.
rss_update_period This filter is documented in wp-includes/feed-rss2.php
rss_update_frequency This filter is documented in wp-includes/feed-rss2.php
the_title_rss This filter is documented in wp-includes/feed.php
use_google_chrome_frame Filters whether Google Chrome Frame should be used, if available.
exit_on_http_head Filters whether to allow 'HEAD' requests to generate content. Provides a significant performance bump by exiting before the page content loads for 'HEAD' requests. See #14348.
template_include Filters the path of the current template before including it.
rss_update_period Filters how often to update the RSS feed. 'yearly'. Default 'hourly'.
rss_update_frequency Filters the RSS update frequency. of RSS updates within the update period. Default '1'.
login_link_separator Filters the separator used between login form navigation links.
admin_email_remind_interval Filters the interval for dismissing the admin email confirmation screen. If `0` (zero) is returned, the "Remind me later" link will not be displayed.
admin_email_check_interval Filters the interval for redirecting the user to the admin email confirmation screen. If `0` (zero) is returned, the user will not be redirected.
post_password_expires Filters the life span of the post password cookie. By default, the cookie expires 10 days from creation. To turn this into a session cookie, return 0.
logout_redirect Filters the log out redirect URL.
lostpassword_redirect Filters the URL redirected to after submitting the lostpassword/retrievepassword form.
register This filter is documented in wp-includes/general-template.php
register This filter is documented in wp-includes/general-template.php
wp_signup_location Filters the Multisite sign up URL.
registration_redirect Filters the registration redirect URL. WP_Error object otherwise.
lost_password_html_link This filter is documented in wp-login.php
wp_login_errors This action is documented in wp-login.php
login_redirect Filters the login redirect URL.
admin_email_check_interval This filter is documented in wp-login.php
wp_login_errors Filters the login page errors.
register This filter is documented in wp-includes/general-template.php
lost_password_html_link Filters the link that allows the user to reset the lost password.
enable_login_autofocus Filters whether to print the call to `wp_attempt_focus()` on the login screen.
wpmu_active_signup Filters the type of site sign-up. 'all', 'none', 'blog', or 'user'.