_get_template_part_{$slug} - akirk/friends GitHub Wiki

Auto-generated Example

add_action(
   '_get_template_part_*',
    function(
        $slug = null,
        $name = null,
        $args = null
    ) {
        // Your code here.
    }
);

Parameters

  • $slug
  • $name
  • $args

Files

do_action( $this->filter_prefix . '_get_template_part_' . $slug, $slug, $name, $args )

← All Hooks