PUM_Admin_Subscribers::init()


Description Description


Source Source

File: classes/Admin/Subscribers.php

	public static function init() {
		add_action( 'admin_menu', array( __CLASS__, 'after_page_registration' ), 11 );
		add_filter( 'set-screen-option', array( __CLASS__, 'set_option' ), 10, 3 );
	}


Top ↑

User Contributed Notes User Contributed Notes

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