Security & Malware scan by CleanTalk Shortcode

Below, you’ll find a detailed guide on how to add the Security & Malware scan by CleanTalk Shortcode to your WordPress website, including its parameters, examples, and PHP function code. Additionally, we’ll assist you with common issues that might cause the Security & Malware scan by CleanTalk Plugin shortcode not to show or not to work correctly.

Before starting, here is an overview of the Security & Malware scan by CleanTalk Plugin and the shortcodes it provides:

Plugin Icon
Security & Malware scan by CleanTalk

"Security & Malware Scan by CleanTalk is a robust WordPress plugin designed to safeguard your site. It offers comprehensive protection against malware, ransomware, and security threats for a secure web experience."

★★★★☆ (268) Active Installs: 20000+ Tested with: 6.3.2 PHP Version: 5.6
Included Shortcodes:
  • [cleantalk_security_affiliate_link]

Security & Malware scan by CleanTalk [cleantalk_security_affiliate_link] Shortcode

The CleanTalk Security Affiliate Link shortcode is designed to generate trusted text in HTML format. It’s a part of the CleanTalk Security plugin, which helps protect your website from threats. This shortcode calls the function ‘spbc_trusted_text_shortcode_handler’, which returns a ‘span’ element filled with trusted text. This function is designed to enhance site security.

Shortcode: [cleantalk_security_affiliate_link]

Examples and Usage

Basic example – Utilizing the ‘cleantalk_security_affiliate_link’ shortcode to generate trusted text with default HTML tag ‘span’.

[cleantalk_security_affiliate_link /]

PHP Function Code

In case you have difficulties debugging what causing issues with [cleantalk_security_affiliate_link] shortcode, check below the related PHP functions code.

Shortcode line:

add_shortcode('cleantalk_security_affiliate_link', 'spbc_trusted_text_shortcode_handler');

Shortcode PHP function:

function spbc_trusted_text_shortcode_handler()
{
    return spbc_generate_trusted_text_html('span');
}

Code file location:

security-malware-firewall/security-malware-firewall/security-malware-firewall.php

Conclusion

Now that you’ve learned how to embed the Security & Malware scan by CleanTalk Plugin shortcode, understood the parameters, and seen code examples, it’s easy to use and debug any issue that might cause it to ‘not work’. If you still have difficulties with it, don’t hesitate to leave a comment below.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *