• Resolved jlnd

    (@jlnd)


    If you attempt to call wp_socializer(‘template-1’) the function returns nothing and the buttons are not displayed. This is because there is an error in wp-socilizer.php line 1144 and 1148.

    return wpsr_process_template('template1');
    …and…
    return wpsr_process_template('template2');
    …should be changed to …
    return wpsr_process_template('1');
    …and…
    return wpsr_process_template('2');
    …(respectively).

    https://www.ads-software.com/extend/plugins/wp-socializer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author vaakash

    (@vaakash)

    Thanks for noting this issue. If forgot to change these lines in the version 2.4. Soon Ill make an update on this. Thank you.

    Plugin Author vaakash

    (@vaakash)

    This issue is cleared in the latest version v2.4.2 Just update to that version.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP Socializer] Attempting to call wp_socializer('template-1') does not work’ is closed to new replies.