%s', __( 'Table Ordering', 'orderable' ), __( 'Pro', 'orderable' ) ), 'manage_options', 'orderable-table-ordering', array( __CLASS__, 'page_content' ), 10 ); } /** * Page content. */ public static function page_content() { Orderable_Settings::upgrade_page_content( __( 'Table Ordering', 'orderable' ) ); } }