Z
Z
zafarrahim12020-04-23 01:41:34
WordPress
zafarrahim1, 2020-04-23 01:41:34

The shortcode works but there is a problem what to do?

Hello ! I created a Shortcode Checkmark on Profile 5ea0c3550ef9f881811720.jpeg using this code:
<?php
/*
* Plugin Name: Shortcode zifostudio
* Plugin URL: https://zifostudio.com/pluginzifostudio/shortcode-...
* Author: Zafar Rahim "WP-PlUG "
* Author URL: https://zifostudio.com
*/

add_shortcode( 'verification_from_zifostudio', 'show_verification' );
function show_verification() {
return '';
}

Everything works, but there is a big problem. When you click on the profile, it goes to the author's page, and there is such a problem 5ea0c430535ff736402176.jpegThere, too, a checkmark should be displayed and not the shorcode code ([verification_from_zifostudio]) here is my sitehttps://zifostudio.com/ . Please if anyone knows please tell me.
Can this be fixed at all? I have been looking for this problem for almost 5-6 days, I can not figure it out with this problem. Thanks in advance

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question