[Plugin: WP Socializer] Attempting to call wp_socializer('template-1') does not work
-
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).
Viewing 2 replies - 1 through 2 (of 2 total)
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.