If you want to get more from the menu item simply have a look at the $item object. i.e:
// Will return a large object with lots of props like title, url, description, id etc.
var_dump( $item );
firewall-cmd --permanent --add-service=http.firewall-cmd --reload.| # Git repository may not allow root to pull down updates | |
| # Pull updates where $user is allowed to read/write remote. | |
| # command line: | |
| su -s /bin/sh $user -c 'cd /var/www/html/src && /usr/bin/git pull origin master' | |
| # crontab (by executing sudo opens up root crontab) | |
| sudo crontab -e | |
| # every 1 minute pull changes (if any) | |
| */1 * * * * su -s /bin/sh $user -c 'cd /var/www/html/src && /usr/bin/git pull origin master' |
| import urllib | |
| from wordpress_xmlrpc import Client, WordPressPost | |
| from wordpress_xmlrpc.methods import posts | |
| import xmlrpclib | |
| from wordpress_xmlrpc.compat import xmlrpc_client | |
| from wordpress_xmlrpc.methods import media, posts | |
| import os | |
| ########################### Read Me First ############################### | |
| ''' | |
| ------------------------------------------In DETAIL-------------------------------- |