We'll create fresh WordPress site with hiWeb Core installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plug-in allows for the creators of WordPress sites to quickly and easily incorporate all the most standard features menu control widgets to customize the admin panel, delete or rename the menu items more convenient and simple.
Easy and quick migrate your site to new server / domain.
Just plug-in allows you to create your own repository of plug-ins and additional scripts, which will be useful for any developer sites.
Some of the features available through the admin menu interface: =
hiWeb Plugins Server
– https://wordpress.org/plugins/hiweb-plugins-server/hiWeb Plugins Server
– https://wordpress.org/plugins/hiweb-plugins-server/<?php hiweb()->console($info); ?>
<?php hiweb()->debug(); ?>
<?php hiweb()->file()->getHtml_fromTpl(array:parametrs, string:filePath); ?>
<?php hiweb()->.... ?>
Displays information counter in the console browser.
Example:
1. hiweb()->console('My console message');
2. hiweb()->console()->warn('Warning message');
3. hiweb()->console()->error('Error message');
4. hiweb()->console()->info(array(1,2, 'foo' => 'bar'));
Print arrays, objects and other vars in to screen
Example:
1. hiweb()->print_r(array(1,2, 'foo' => 'bar'))
Class for working with the file system
Example:
1. hiweb()->file()->js('my-script')
– Search for a file with the specified name on the file PHP, where the function was called js (). The same function will search in subfolders there, naprmier folder ‘js’. In this case, the file ‘my-script.js’ will be searched next to the original PHP, in the folder ‘js/my-script.js’, just try to determine the name of the file PHP, to use it in the search , as well as the name and function class , from which the function was called hiweb()->file()->js()
…