active) { return; } wp_print_scripts('awpcp-extra-fields'); } public function dispatch() { return awpcpui_process_placead(); } // public function _dispatch($action='place-ad') { // $action = awpcp_post_param('action', $action); // switch ($action) { // case 'place-ad': // $content = $this->place(); // break; // case 'edit-ad': // $content = $this->edit(); // break; // case 'save-ad': // case 'update-ad': // $content = $this->save(); // break; // case 'upload-images': // break; // case 'payment': // break; // } // if ($this->error) { // ob_start(); // include(AWPCP_DIR . 'frontend/templates/page-error.tpl.php'); // $content = ob_get_contents(); // ob_end_clean(); // } // return $content; // } }