Uses
Uses | Description |
---|---|
wp-includes/theme.php: after_switch_theme | Fires on the first WP load after a theme switch if the old theme still exists. |
wp-includes/theme.php: wp_get_theme() | Gets a WP_Theme object for a theme. |
wp-includes/plugin.php: remove_action() | Removes a function from a specified action hook. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |
wp-includes/option.php: update_option() | Updates the value of an option that was already added. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |
wp-includes/rewrite.php: flush_rewrite_rules() | Remove rewrite rules and then recreate rewrite rules. |