Admin posts view USP button
-
Hello,
Would it be possible for you to restrict the USP button to only show up on posts edit pages, because right now it shows up on all custom post types as well, unnecesarily.
Inuser-submitted-posts.phparound line 394-395 in a functionusp_outputUserSubmissionLink()please changeglobal $pagenow; if ($pagenow == 'edit.php') {to be something more like
$screen = get_current_screen(); if ($screen->post_type == "post") {Also I would really appreciate a more descriptive button than just “USP”, I often forget what it does.
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Admin posts view USP button’ is closed to new replies.