-
Notifications
You must be signed in to change notification settings - Fork 19
friends_load_theme_{$theme}
github-actions[bot] edited this page Apr 21, 2026
·
10 revisions
add_action(
'friends_load_theme_*',
function() {
// Your code here.
}
);do_action( 'friends_load_theme_' . $theme )