Submit
Path:
~
/
home
/
getwphos
/
public_html
/
srlgroup
/
wp-content
/
themes
/
adsett
/
inc
/
theme-options
/
File Content:
tax-options.php
<?php add_action( 'pxl_taxonomy_meta_register', 'adsett_tax_options_register' ); function adsett_tax_options_register( $metabox ) { $panels = [ 'portfolio-category' => [ //taxonomy 'opt_name' => 'tax_portfolio_option', 'display_name' => esc_html__( 'Adsett Settings', 'adsett' ), 'show_options_object' => false, 'sections' => [ 'tax_portfolio_settings' => [ 'title' => esc_html__( 'Adsett Settings', 'adsett' ), 'icon' => 'el el-refresh', 'fields' => array( array( 'id' => 'tax_portfolio_icon', 'type' => 'pxl_iconpicker', 'title' => esc_html__('Icon Font', 'adsett'), ) ) ] ] ], ]; $metabox->add_meta_data( $panels ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
option-functions.php
16868 bytes
0644
page-options.php
13849 bytes
0644
tax-options.php
818 bytes
0644
theme-options.php
43962 bytes
0644
N4ST4R_ID | Naxtarrr