Guest User

Untitled

a guest
Dec 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function front_page_menu_item(){
  2. $frontid = get_option('page_on_front');
  3. add_menu_page('Front Page', 'Front Page', 'manage_options', '/post.php?post='.$frontid.'&action=edit', '', 'dashicons-welcome-write-blog', 4);
  4. }
  5. add_action('admin_menu', __NAMESPACE__ . '\\front_page_menu_item');
Add Comment
Please, Sign In to add comment