• add_shortcode(‘share’, ‘test_shortcode’);
    if(!function_exists(‘test_shortcode’)) {
    function test_shortcode($atts, $content = null) {
    extract(shortcode_atts(array(‘title’ => ”,
    ‘text’ => ”,
    ), $atts));
    }
    ….

    how to resolved problem.

    i need help.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘The theme uses the add_shortcode() function. Custom post-content shortcodes’ is closed to new replies.