I would like to point out that the banner in the plugin page says “Built by the team of WordPress professions behind Givewp”.
]]>Warning: Undefined variable $defaul in?/wp-content/plugins/http-requests-manager/http-requests-manager.php on line 1939
Just need to write “$default” instead of “$defaul” and it’s solved.
]]>>>>>>>>>>>
Unauthorised AJAX Calls via Freemius
We are not aware of a fix for this vulnerability.
<<<<<<<<<<
Unauthorised should be Unauthorized.
]]>Thanks
]]>“We do delivry on this days: Sondays”
]]>
print_r($anhang);
$erg = wp_mail($empfaenger, $_POST['betreff'], $em_text, $headers, $anhang );
echo '<br>' . $erg;
This is the generated output:
Array ( [0] => https://huppenbroich.de/spd-simmerath/wp-content/uploads/2018/05/satzung.pdf )
1
The array is correctly filled, the email is correct. Unfortunately the attachment is missing. What might be the problem.This is the header:
headers = '';
$headers .= "MIME-Version: 1.0 \r\n";
$headers .= "Content-type: text/html; charset=\"UTF-8\" \r\n";
$headers .= "From: SPD Simmerath <[email protected]>\r\n";
$headers .= "REPLY-TO: [email protected] \r\n";
Who can support me???
]]>I have built a custom search function for a video library. The user enters their search query into a text input, but they have a habit of misspelling their query.
What is best/most efficient way to deal with this? I have seen PSpell online but have had trouble installing it, and everything else requires a dictionary database etc.
I am using WP_Query to get the results and AJAX to display the results.
Any other recommendations?
Cheers.
]]>shortcode.php
on line 155 and 173 for the label fields on the email popup, separate is spelled incorrectly.
I would also recommend for anything thing that is printed/echoed out in the front end, that it’s echoed using apply_filters
so developers can customize the output text without modifying your code.
This is what I did for the logged in user on line 155:
<?php echo apply_filters( 'watq_email_field_popup_logged_in', __('Write comma separate email addresses.', WATQ) ); ?>
And the guest:
<?php echo apply_filters( 'watq_email_field_popup_guest', __('Write comma separate email addresses.', WATQ) ); ?>
I know I’ve posted a few bugs here, but is there a better place to suggest changes to you?
]]>This is minor just found a misspelling while translating;
Permalink – https://translate.www.ads-software.com/projects/wp-plugins/live-weather-station/dev/en-ca/default?filters%5Boriginal_id%5D=4385715
String – Displays counts of occured events.
Word – occured
Should be – occurred
You can update me when fixed and I’ll finish the en_CA translation.
Cheers
]]>