addSettingSections( $this->sPageSlug, // the target page slug array( 'section_id' => $this->sSectionID, 'tab_slug' => $this->sTabSlug, 'title' => __( 'Custom Section Content', 'admin-page-framework-loader' ), 'content' => "

" . __( 'This is inserted with the content argument.', 'admin-page-framework-loader' ) . "

", 'description' => __( 'The description part is reserved.', 'admin-page-framework-loader' ), ) ); } }