File "menus-setup.php"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/sneeit-framework/includes/menus/menus-setup.php
File size: 126 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
/*process value of menu item before print out*/
function sneeit_setup_menu_fields( $menu_item ) {
return $menu_item;
}