Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
PUM_Admin_Settings::sections()
List of tabs & labels for the settings panel.
Description Description
Warning: Array to string conversion in /mnt/data/home/502433.cloudwaysapps.com/rhbymdevka/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 808
Return Return
(array)
Source Source
File: classes/Admin/Settings.php
public static function sections() { return apply_filters( 'pum_settings_tab_sections', array( 'general' => array( 'main' => __( 'General', 'popup-maker' ), ), 'subscriptions' => array( 'main' => __( 'General', 'popup-maker' ), ), 'extensions' => array( 'main' => __( 'Extension Settings', 'popup-maker' ), ), 'licenses' => array( 'main' => __( 'Licenses', 'popup-maker' ), ), 'privacy' => array( 'main' => __( 'General', 'popup-maker' ), 'forms' => __( 'Subscription Forms', 'popup-maker' ), ), 'misc' => array( 'main' => __( 'Misc', 'popup-maker' ), 'assets' => __( 'Assets', 'popup-maker' ), ), ) ); }
Expand full source code Collapse full source code View on Trac