We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf501cb commit 24d6882Copy full SHA for 24d6882
1 file changed
classes/class-cpt-wplf-submission.php
@@ -107,6 +107,7 @@ function form_filter_dropdown() {
107
global $pagenow;
108
109
$allowed = array("wplf-submission"); // show filter on these post types (currently only one?)
110
+ $allowed = apply_filters("wplf-dropdown-filter", $allowed);
111
$post_type = get_query_var("post_type");
112
113
if( 'edit.php' != $pagenow || !in_array($post_type, $allowed)) {
0 commit comments