D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
contact-form-7
/
admin
/
includes
/
Filename :
admin-functions.php
back
Copy
<?php function wpcf7_current_action() { if ( isset( $_REQUEST['action'] ) and -1 != $_REQUEST['action'] ) { return $_REQUEST['action']; } if ( isset( $_REQUEST['action2'] ) and -1 != $_REQUEST['action2'] ) { return $_REQUEST['action2']; } return false; } function wpcf7_admin_has_edit_cap() { return current_user_can( 'wpcf7_edit_contact_forms' ); } function wpcf7_add_tag_generator( $name, $title, $elm_id, $callback, $options = array() ) { $tag_generator = WPCF7_TagGenerator::get_instance(); return $tag_generator->add( $name, $title, $callback, $options ); }
Name
Size
Last Modified
Owner
Permissions
Actions
admin-functions.php
0.566
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
class-contact-forms-list-table.php
5.706
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
config-validator.php
3.326
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
editor.php
9.188
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
help-tabs.php
6.84
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
tag-generator.php
1.788
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
welcome-panel.php
8.648
KB
February 03 2024 2:08:22
ltfsolutionsco
0644
2017 © D7net | D704T team