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_Themes::tabs()
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/Themes.php
public static function tabs() { return apply_filters( 'pum_theme_settings_tabs', array( 'general' => __( 'General', 'popup-maker' ), 'overlay' => __( 'Overlay', 'popup-maker' ), 'container' => __( 'Container', 'popup-maker' ), 'title' => __( 'Title', 'popup-maker' ), 'content' => __( 'Content', 'popup-maker' ), 'close' => __( 'Close', 'popup-maker' ), 'advanced' => __( 'Advanced', 'popup-maker' ), ) ); }
Expand full source code Collapse full source code View on Trac