Inventory_Presser_Admin_Settings_Suggester::hooks()

Adds hooks

Contents


Return Return

(void)


Top ↑

Source Source

File: includes/admin/class-admin-settings-suggester.php

	public function hooks() {
		/**
		 * If we are looking at our Options page, run the settings suggester. It
		 * will create admin notices for the user to tweak WordPress settings.
		 */
		add_action( 'admin_init', array( $this, 'scan_for_recommended_settings_and_create_warnings' ) );
	}