D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
sadaunjx
/
1one-sport.com
/
wp-content
/
plugins
/
ekit-megamenu
/
app
/
settings
/
Filename :
style-custom.php
back
Copy
<?php $this->addSettingFields( ['style', 'style_custom'], [ 'field_id' => 'class_name', 'title' => __( 'Custom class', 'admin-page-framework-loader' ), 'type' => 'text', ], [ 'field_id' => 'custom_css', 'title' => 'Custom CSS', 'type' => 'textarea', 'attributes' => array( 'rows' => 6, 'cols' => 60 ) ] );