PUM_Modules_Menu::settings( $settings )


Description Description


Source Source

File: includes/modules/menus.php

	public static function settings( $settings ) {
		return array_merge( $settings, array(
			'disabled_menu_editor' => array(
				'id'   => 'disabled_menu_editor',
				'name' => __( 'Disable Popups Menu Editor', 'popup-maker' ),
				'desc' => sprintf(
					esc_html_x( 'Use this if there is a conflict with your theme or another plugin in the nav menu editor. %sLearn more%s', '%s represent opening and closing link html', 'popup-maker' ),
					'<a href="https://docs.wppopupmaker.com/article/297-popup-maker-is-overwriting-my-menu-editor-functions-how-can-i-fix-this?utm_campaign=contextual-help&utm_medium=inline-doclink&utm_source=settings-page&utm_content=disable-popup-menu-editor" target="_blank" rel="noreferrer noopener">',
					'</a>'
				),
				'type' => 'checkbox',
			),

		) );
	}

Top ↑

User Contributed Notes User Contributed Notes

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