mywp_toolbar_item
Description mywp_toolbar_item shortcode can be dynamically outputs the items of toolbar. Usage “item” attribute is must have a value. Attributes item="search" Output tags for search on the site for front-end. Result <form action="https://example.com/" method="get" id="adminbarsearch"> <input class="adminbar-input" name="s"…
mywp_update_count
Description mywp_update_count shortcode can be get the WordPress and Plugins and Themes and Translation updates count. Usage Default is all counts(total) without tags. Result 0 Attributes tag="1" Get the count with tags for admin sidebar menus. Result <span…
mywp_comment_count
Description mywp_comment_count shortcode can be get the comments count. Usage Default comment count is find comment status to "moderated" without tags. Result 0 Attributes tag="1" Get the comment count with tags for admin sidebar menus. Reulst <span class="awaiting-mod…
mywp_theme
Description mywp_theme shortcode can be get the theme data. Usage Get the default theme data is current theme. Attributes field="url" Get the theme directory url. Reulst http://example.com/wp-content/themes/activate_your_theme_dir_name field="path" Get the theme directory path. Result /example_home_dir/wp-content/themes/activate_your_theme_dir_name …
mywp_url
Description mywp_url shortcode can be get the URLs. Usage Get the default url is current blog home url. Attributes admin="1" Get the admin url. Result http://example.com/wp-admin/ network_admin="1" Get the network admin url. Result http://example.com/wp-admin/network/ site="1" Get…