| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/costa-delmar.ru/wp-content/plugins/widget-shortcode/ |
Upload File : |
=== Widget Shortcode === Contributors: shazdeh Plugin Name: Widget Shortcode Tags: widget, shortcode, theme, admin Requires at least: 3.0 Tested up to: 5.4.1 Stable tag: 0.3.5 Adds [widget] shortcode which enables you to output widgets anywhere you like. == Description == The shortcode requires the widget ID, but no need to guess, the plugin generates the code for you. To override the widget title for a widget you can use the "title" parameter: <code>[widget id="text-1" title="New title"]</code> You can also hide the widget title entirely if desired: <code>[widget id="text-1" title="0"]</code> Additional Parameters: * <strong>container_tag</strong>: the HTML tag to use for the widget container, default: <code>div</code> * <strong>container_class</strong>: CSS classname added to the widget container, default: <code>widget %2$s</code> (Note: uses sprintf for variable substitution) * <strong>container_id</strong>: HTML ID attribute for the widget container, default: <code>%1$s</code> (Note: uses sprintf for variable substitution) * <strong>title_tag</strong>: HTML tag to use for the widget title wrapper, default: <code>h2</code> * <strong>title_class</strong>: CSS classname for the widget title wrapper, default: <code>widgettitle</code> == Installation == 1. Upload the whole plugin directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. That's it. Use the [widget] shortcode anywhere you want 4. Enjoy! == Screenshots == 1. The plugin generates the shortcode for you 2. The shortcode generator in TinyMCE editor 3. The new Widget Shortcode block in Gutenberg == Changelog == = 0.3.5 = * Add support for the Additional CSS Classes field in Gutenberg = 0.3.4 = * New Gutenberg block = 0.3.3 = * Additional CSS classes to the widget wrapper = 0.3.2 = * Fix bug with getting correct widget instance. Thanks @frankieandshadow! = 0.3.0 = * Fix possible notice message = 0.2.9 = * Fix notice messages regarding unregistered widgets = 0.2.8 = * Fix bug where widget titles do not show. Thanks @websitedons! = 0.2.7 = * update how the shortcode code is displayed to avoid potential problems; thanks @websitedons! = 0.2.6 = * Fix for possible notice message * Additional parameters to control the widget output = 0.2.5 = * Fix notice message if widget is inactive = 0.2.4 = * Shortcode generator in TinyMCE * i18n * Minor code refactoring = 0.2.3 = * Fixed missing widget classes and ID from before_widget = 0.2.2 = * Fixed a bug with removing titles from widget * Compatibility with Widget Title Links and other plugins that change the widget args = 0.2.1 = * Added the ability to override the widget title in shortcode * Support for filtering the default widget args * Cleared the PHP notice = 0.2 = * Added do_widget function * Added the 'title' option which enables to suppress the widget title