Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33113, comment 3


Ignore:
Timestamp:
10/26/2015 07:13:35 PM (11 years ago)
Author:
GunGeekATX

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33113, comment 3

    initial v1  
    11Core does call {{{do_action( "get_template_part_{$slug}", $slug, $name );}}}, but checking for that action as outlined above doesn't work.
    22
    3 I this case, I have a template `partials/blog_landing/author-link.php` calling a filter:
     3In this case, I have a template `partials/blog_landing/author-link.php` calling a filter:
    44{{{$link_text = apply_filters( 'blog-landing-author-link-text', get_the_author() );}}}
    55