Hi, for every login to the website, I receive a response from the server in the log :
404GET?/wp-content/plugins/subscriber/includes/js/form_script.js?HTTP/1.0
I want to subscribe an email via functions.php.
I found this page in your website but I cant do it to work.
The part “sbscrbr_checkbox_add” worked for me.
but the “sbscrbr_checkbox_check” didnt work.
if ( isset( $_POST['submit'] ) && has_filter( 'sbscrbr_checkbox_check' ) ) {
$sbscrbr_check = apply_filters( 'sbscrbr_checkbox_check', array(
'email' => isset( '[email protected]' ? '[email protected]' : ''
) );
if ( isset( $sbscrbr_check['response'] ) ) {
echo $sbscrbr_check['response']['message'];
}
}
I am searching for a filter that takes a specific email and adds it to “jl_sndr_mail_users_info” table in database.
For exaple I need something like:
$sbscrbr_check = apply_filters( 'sbscrbr_checkbox_check', array(
'email' => isset( '[email protected]' ? '[email protected]' : ''
) );
Please help!
]]>Hello,
I have same problem as here, but with your plugin. Could you please rename subscriber\bws_menu\js\codemirror.js?
Thanks ??
]]>Здравствуйте.
В этом плагине есть поддержка вашего плагина Captcha, но нет поддержки ReCaptcha.
Сделайте, пожалуйста.
What the title says
]]>Is there any way to export subscriber info ion csv file? Also is there any way to bulc import subscribers?
]]>Hi There,
I want to customize the look and feel of subscribe form, could you please tell me how can put the form using html not using shortcode.
Thanks.
]]>Hello,
I run this plugin in one of my blogs, and it got attacked by what seemed to be a bot that tried some sql injection commands. So my question is : how can this plugin be protected?
Thanks,
Mélodie
Is there a way to customize the template of the form? I want to adapt it for my responsive website. Thanks.
]]>Hi,
What is the PHP code for this plugin?
]]>Is this OK with 3.9?
]]>