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::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)


Top ↑

Source Source

File: classes/Admin/Themes.php

	public static function sections() {
		return apply_filters( 'pum_theme_settings_sections', array(
			'general'   => array(
				'main' => __( 'General', 'popup-maker' ),
			),
			'overlay'   => array(
				'background' => __( 'Background', 'popup-maker' ),
			),
			'container' => array(
				'main'       => __( 'Container', 'popup-maker' ),
				'background' => __( 'Background', 'popup-maker' ),
				'border'     => __( 'Border', 'popup-maker' ),
				'boxshadow'  => __( 'Drop Shadow', 'popup-maker' ),
			),
			'title'     => array(
				'typography' => __( 'Font', 'popup-maker' ),
				'textshadow' => __( 'Text Shadow', 'popup-maker' ),
			),
			'content'   => array(
				'typography' => __( 'Text', 'popup-maker' ),
			),
			'close'     => array(
				'main'       => __( 'General', 'popup-maker' ),
				'size'       => __( 'Size', 'popup-maker' ),
				'position'   => __( 'Position', 'popup-maker' ),
				'background' => __( 'Background', 'popup-maker' ),
				'border'     => __( 'Border', 'popup-maker' ),
				'boxshadow'  => __( 'Drop Shadow', 'popup-maker' ),
				'typography' => __( 'Font', 'popup-maker' ),
				'textshadow' => __( 'Text Shadow', 'popup-maker' ),
			),
			'advanced'  => array(
				'main' => __( 'Advanced', 'popup-maker' ),
			),
		) );
	}


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.