Your IP : 216.73.216.95


Current Path : /var/www/html/anwc/wp-content/themes/khore/event-framework/inc/
Upload File :
Current File : /var/www/html/anwc/wp-content/themes/khore/event-framework/inc/taxonomy-meta.php

<?php

new RW_Taxonomy_Meta(
        array(
    'id' => 'session-track-metas',
    'taxonomies' => array('session-track'),
    'title' => '',
    'fields' =>
    array(
        array(
            'name' => __('Color', 'dxef'),
            'id' => 'session_track_color',
            'type' => 'color'
        )
    )
        )
);