admin管理员组

文章数量:1434188

When form submission is done using admin_post in front end, then in action page header shows WordPress default header bar. How to avoid this header bar

When form submission is done using admin_post in front end, then in action page header shows WordPress default header bar. How to avoid this header bar

Share Improve this question edited Apr 9, 2019 at 13:20 Stephen 1,3003 gold badges17 silver badges37 bronze badges asked Apr 9, 2019 at 10:40 navinnavin 1
Add a comment  | 

1 Answer 1

Reset to default 0

As per my understanding, you want to remove WP admin bar so here you can add add_filter('show_admin_bar', '__return_false); in functions.php file.

本文标签: pluginsAvoid WordPress header bar when form submission using adminpost in the frontend