prolab
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Autor plugin suggested that it is possible to use the filter in, look here https://wordpress.org/support/topic/metaslider-with-s3-cloudfront-plugin?replies=3
Thank U! I will try to use the filter to solve this problem
hack is a bad decision, why not a developer fixes the problem ????
Forum: Plugins
In reply to: [Contact Form 7] Issue with wpcf7_before_send_mailUse this code:
add_action( 'wpcf7_before_send_mail', 'my_conversion' ); function my_conversion( $cf7 ) { $submission = WPCF7_Submission::get_instance(); $data =& $submission->get_posted_data(); $data['name'] = $data['first-name']; //Your codes go here }read here: http://techie4wordpress.tk/contact-form-7-version-3-9-hook-changes/
Forum: Plugins
In reply to: [Amazon Web Services] AWS do not will appear in the side menuSorry, AWS appear in the side menu of network management console.
Forum: Plugins
In reply to: [WooCommerce] Filters to product images and thumbnails not workThank you! My mistake.
Viewing 6 replies - 1 through 6 (of 6 total)