-
Notifications
You must be signed in to change notification settings - Fork 20
get_template_part_{$slug}
github-actions[bot] edited this page Oct 25, 2025
·
1 revision
add_action(
'get_template_part_*',
function(
$slug = null,
$name = null,
$args = null
) {
// Your code here.
}
);$slug$name$args
do_action( 'get_template_part_' . $slug, $slug, $name, $args )