| | |
| | | function altr_faq():array |
| | | { |
| | | return [ |
| | | 'singular' => 'Frequently Asked Question', |
| | | 'plural' => 'Frequently Asked Questions', |
| | | 'singular' => 'FAQ', |
| | | 'plural' => 'FAQs', |
| | | 'dash_description' => 'Manage your answers', |
| | | 'capability_type' => ['faq', 'faqs'], |
| | | 'breadcrumb' => 'FAQ', |
| | | 'addCrumb' => 'section', |
| | | 'show_directory'=> true, |
| | | 'directory_extra'=> ['section'], |
| | | 'dash_title' => 'FAQs', |
| | | 'icon' => 'question', |
| | | 'rewrite_taxonomy' => 'section', |
| | |
| | | ], |
| | | 'single_image' => false, |
| | | 'upload_title' => 'Upload Before & Afters', |
| | | 'seo' => [ |
| | | 'meta' => [ |
| | | 'title' => '{{post_title}} | FAQ', |
| | | 'description' => '{{post_excerpt}}' |
| | | ], |
| | | 'schema' => [ |
| | | 'type' => 'FAQPage', |
| | | 'question' => '{{post_title}}', |
| | | 'answer' => '{{post_excerpt}}', |
| | | ], |
| | | 'archive' => [ |
| | | 'type' => 'FAQPage', |
| | | 'name' => 'Common Questions about Laser Tattoo Removal', |
| | | ], |
| | | ] |
| | | ]; |
| | | } |
| | | |
| | |
| | | '; |
| | | // $output = wp_add_inline_script('jvb-form', $script, 'after'); |
| | | } |
| | | } |
| | | } |