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)


Top ↑

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' ),
		) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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