'aesop-welcome-screen' ), admin_url( 'index.php' ) ) ) ); } /** * Draw the welcome page * * @since 1.5 */ public function welcome() { add_dashboard_page( __( 'Welcome to Aesop Story Engine', 'aesop-core' ), __( 'Welcome to Aesop Story Engine', 'aesop-core' ), 'read', 'aesop-welcome-screen', array( $this, 'content' ) ); } /** * Welcome page callback * * @since 1.5 */ public function content() { ?>