Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_recovery_mode() | Is WordPress in Recovery Mode. |
wp-includes/load.php: wp_skip_paused_themes() | Filters a given list of themes, removing any paused themes from it. |
wp-includes/load.php: wp_installing() | Check or set whether WordPress is in “installation” mode. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |