Setup Menus in Admin Panel

Setup Menus in Admin Panel

RATINGS
3.86
0
Followers
0
Students
303
CoURSES
14
WORK EXPERIENCE
SKILLS
CONTACT INFORMATION
ABOUT INSTRUCTOR
Template Design © VibeThemes. All rights reserved.

Setup Menus in Admin Panel

add_action( 'after_setup_theme', 'tu_remove_footer_area' ); function tu_remove_footer_area() { remove_action( 'generate_footer','generate_construct_footer' ); }