Again, like in this thread, the week numbers are wrong. Can you please update the plugin or tell me what to do?
Thanks,
Nathan
Is adding the VAT number to PDF invoices (from WPOvernight) done automatically or do I need to use a snippet?
I have found this snippet but it’s not working….
/** * Show the VAT number on the invoice */ add_action( ‘wpo_wcpdf_after_billing_address’, function($template_type, $order){ if( $template_type == ‘invoice’) { if ( $vat_number = $order->get_meta( ‘_billing_eu_vat_number’ ) ){ echo ‘<div>VAT: ‘ . $vat_number . ‘</div>’; } } }, 10, 2 );
]]>Do I need the PRO version for the snippet below to work because the VAT number is not added below the billing address.
/** * Show the VAT number on the invoice */ add_action( ‘wpo_wcpdf_after_billing_address’, function($template_type, $order){ if( $template_type == ‘invoice’) { if ( $vat_number = $order->get_meta( ‘_billing_eu_vat_number’ ) ){ echo ‘<div>VAT: ‘ . $vat_number . ‘</div>’; } } }, 10, 2 );
]]>The plugin has worked great, however I just realized that it also obfuscates WhatsApp links like wa.me/[number], rendering them inoperable. How can I exclude phone numbers from the obfuscator?
Thanks.
]]>class-wp-google-reviews-admin.php
is in debug mode.
public function __construct( $plugintoken, $version ) {
$this->_token = $plugintoken;
$this->_default_api_token = "";
//$this->version = $version;
//for testing==============
$this->version = time();
//===================
}
WP Google Review Slider 14.7
]]>I would need a way to find out the number of comments on another page. I can only get this with PHP, but it’s accessing the page as a guest, so they can’t see the content that’s hidden from them.
How exactly does your plugin store the number of comments on a page? Is it possible to read it from the code even without logging in?
Obviously I’m not trying to bypass security, I just want to know the number of comments on a page (nothing more)
Please help
Thank you
]]>Is there a workaround with slim-plus to allow popping up a contact form so that the email is hidden?
Or do you know if anyone is using email encoders like https://www.ads-software.com/plugins/email-encoder-bundle/#description successfully with Connections 9this plugin doesn’t work right with Connections and newest version of WordPress)? I guess some sort of obfuscation or captcha on each entry to show phone and email would at least slow down the scraping.
Or do you have suggestions for another solution?
I saw somewhere you had Market and possibly other newer templates but would like to avoid having to go that route, if possible, since I would have to rework all the styles again.
Thank you.
]]>I have not been able to figure it out.
]]>Fax number display on profile, and capture website URL on profile
We need to capture fax numbers if the members have one. I tried asking for it on registration using the mobile phone number field and just changing field label to Fax Number. Also tried setting it up as a number field, with meta of fax_number and field label of Fax Number. However, I can’t get either of these fields to display on the profile for the person on the member directory. When the person is pending review before being added to the member directory and you click on info to see what was captured, the fax number is listed. However, it’s not displayed on the user profile. See Jeffrey Bernberg.
Website URL was entered to the registration form, however, when you click on info of user, the website URL is blank. Note, however, that occasionally the website URL is captured.
Not sure what do to do to fix it.
]]>