Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Updated init method name
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Dec 19, 2019
1 parent 5db4496 commit bcd76d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions social-network-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -214,13 +214,13 @@ public function additional_links( $links ) {
*
* @return object(class) Social_Network_Widget::instance
*/
if ( ! function_exists( 'button_widget_init' ) ) :
if ( ! function_exists( 'social_network_widget_init' ) ) :

function button_widget_init() {
function social_network_widget_init() {

return Social_Network_Widget::instance();

}

button_widget_init();
social_network_widget_init();
endif;

0 comments on commit bcd76d2

Please sign in to comment.