Taxonomy: Allow for adding custom list table views to taxonomy screens.
Props eventualo, mariovalney, riddhiehta02, llemurya. Fixes #30829. git-svn-id: https://develop.svn.wordpress.org/trunk@41378 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
fb227caed1
commit
9bdad8906a
|
@ -527,6 +527,9 @@ do_action( "{$taxonomy}_add_form", $taxonomy );
|
|||
|
||||
<div id="col-right">
|
||||
<div class="col-wrap">
|
||||
|
||||
<?php $wp_list_table->views(); ?>
|
||||
|
||||
<form id="posts-filter" method="post">
|
||||
<input type="hidden" name="taxonomy" value="<?php echo esc_attr( $taxonomy ); ?>" />
|
||||
<input type="hidden" name="post_type" value="<?php echo esc_attr( $post_type ); ?>" />
|
||||
|
|
Loading…
Reference in New Issue