Description
Fires after the theme is loaded.
Occurrences
Filename | Line Number |
---|---|
wp-settings.php | 678 |
Usage Examples
Example 1
add_action( 'after_setup_theme', array( wp_script_modules(), 'add_hooks'
Example 2
add_action( 'after_setup_theme', array( wp_interactivity(), 'add_hooks'
PHP Doc
/**
* Fires after the theme is loaded.
*
* @since 3.0.0
*/