| Current Path : /home/xiedrke/entrepot/wp-content/plugins/realpress/config/widgets/ |
| Current File : /home/xiedrke/entrepot/wp-content/plugins/realpress/config/widgets/agent-search.php |
<?php use RealPress\Helpers\Fields\Text; return apply_filters( 'realpress/filter/config/widgets/agent-search', array( 'title' => array( 'type' => new Text(), 'id' => 'title', 'title' => esc_html__( 'Title', 'realpress' ), 'default' => '', ), ) );