Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
themes
/
curly
/
framework
/
modules
/
contactform7
/
File Content:
contact-form-7-config.php
<?php if (!function_exists('curly_mkdf_contact_form_map')) { /** * Map Contact Form 7 shortcode * Hooks on vc_after_init action */ function curly_mkdf_contact_form_map() { vc_add_param('contact-form-7', array( 'type' => 'dropdown', 'heading' => esc_html__('Style', 'curly'), 'param_name' => 'html_class', 'value' => array( esc_html__('Default', 'curly') => 'default', esc_html__('Custom Style 1', 'curly') => 'cf7_custom_style_1', esc_html__('Custom Style 2', 'curly') => 'cf7_custom_style_2', esc_html__('Custom Style 3', 'curly') => 'cf7_custom_style_3' ), 'description' => esc_html__('You can style each form element individually in Mikado Options > Contact Form 7', 'curly') )); } add_action('vc_after_init', 'curly_mkdf_contact_form_map'); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
custom-styles
---
0755
options-map
---
0755
contact-form-7-config.php
931 bytes
0644
load.php
340 bytes
0644
N4ST4R_ID | Naxtarrr