PUM_Shortcode_PopupClose::inner_content_labels()


Description Description


Source Source

File: classes/Shortcode/PopupClose.php

	public function inner_content_labels() {
		return array(
			'label'       => __( 'Content', 'popup-maker' ),
			'description' => __( 'Can contain other shortcodes, images, text or html content.' ),
		);
	}

Top ↑

User Contributed Notes User Contributed Notes

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