Submit
Path:
~
/
home
/
getwphos
/
public_html
/
sdp
/
wp-content
/
plugins
/
themestek-labtechco-extras
/
cs-framework
/
config
/
File Content:
taxonomy.config.php
<?php if ( ! defined( 'ABSPATH' ) ) { die; } // Cannot access pages directly. // =============================================================================================== // ----------------------------------------------------------------------------------------------- // TAXONOMY OPTIONS // ----------------------------------------------------------------------------------------------- // =============================================================================================== $options = array(); // ----------------------------------------- // Taxonomy Options - // ----------------------------------------- $options[] = array( 'id' => '_custom_taxonomy_options', 'taxonomy' => 'cpt-category', // category, post_tag or your custom taxonomy name 'fields' => array( array( 'id' => 'section_1_text', 'type' => 'text', 'title' => 'Text Field', ), array( 'id' => 'section_1_textarea', 'type' => 'textarea', 'title' => 'Textarea Field', ), ), ); $options[] = array( 'id' => '_custom_taxonomy_options', 'taxonomy' => 'cpt-tag', // category, post_tag or your custom taxonomy name 'fields' => array( array( 'id' => 'section_1_text', 'type' => 'text', 'title' => 'Text Field', ), ), ); CSFramework_Taxonomy::instance( $options );
Submit
FILE
FOLDER
Name
Size
Permission
Action
customize.config.php
12470 bytes
0644
framework.config.php
78215 bytes
0644
metabox.config.php
5487 bytes
0644
shortcode.config.php
12195 bytes
0644
taxonomy.config.php
1445 bytes
0644
N4ST4R_ID | Naxtarrr