friends_load_theme_ - akirk/friends GitHub Wiki
Auto-generated Example
add_action(
'friends_load_theme_',
function() {
// Your code here.
}
);
Files
do_action( 'friends_load_theme_' . $theme )
add_action(
'friends_load_theme_',
function() {
// Your code here.
}
);
do_action( 'friends_load_theme_' . $theme )