$this->get_slug() ) ); } public function get_submit_button_label() { return $this->get_name(); } public function render( $listing, $config ) { ob_start(); include( $this->get_template() ); $content = ob_get_contents(); ob_end_clean(); return $content; } protected function get_template() { return AWPCP_DIR . '/templates/frontend/listing-action.tpl.php'; } }