uawdijnntqw1x1x1
IP : 52.14.236.216
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
www
/
wp-content
/
plugins
/
redux-framework
/
sample
/
sections
/
additional-types
/
sorter.php
/
/
<?php /** * Redux Framework sorter config. * For full documentation, please visit: https://devs.redux.io/ * * @package Redux Framework */ // phpcs:disable defined( 'ABSPATH' ) || exit; Redux::set_section( $opt_name, array( 'title' => esc_html__( 'Sorter', 'your-textdomain-here' ), 'id' => 'additional-sorter', 'desc' => esc_html__( 'For full documentation on this field, visit: ', 'your-textdomain-here' ) . '<a href="https://devs.redux.io/core-fields/sorter.html" target="_blank">https://devs.redux.io/core-fields/sorter.html</a>', 'subsection' => true, 'fields' => array( array( 'id' => 'opt-homepage-layout', 'type' => 'sorter', 'title' => 'Layout Manager Advanced', 'subtitle' => 'You can add multiple drop areas or columns.', 'compiler' => 'true', 'options' => array( 'enabled' => array( 'highlights' => 'Highlights', 'slider' => 'Slider', 'staticpage' => 'Static Page', 'services' => 'Services', ), 'disabled' => array(), 'backup' => array(), ), 'limits' => array( 'disabled' => 1, 'backup' => 2, ), ), array( 'id' => 'opt-homepage-layout-2', 'type' => 'sorter', 'title' => 'Homepage Layout Manager', 'desc' => 'Organize how you want the layout to appear on the homepage', 'compiler' => 'true', 'options' => array( 'disabled' => array( 'highlights' => 'Highlights', 'slider' => 'Slider', ), 'enabled' => array( 'staticpage' => 'Static Page', 'services' => 'Services', ), ), ), ), ) ); // phpcs:enable
/home/batcwwjx/www/wp-content/plugins/redux-framework/sample/sections/additional-types/sorter.php