addSettingFields( array( 'field_id' => 'ajax_test_filed', 'type' => 'ajax_test', 'title' => __( 'Ajax', 'admin-page-framework-loader' ), 'label' => array( 'a' => 'A', 'b' => 'B', 'c' => 'C', ), ) ); } public function load() { new AjaxTestCustomFieldType( $this->oProp->sClassName ); } } if ( defined( 'WP_DEBUG' ) && 'WP_DEBUG' ) { new APF_UserMetaTestAjaxField; }