Skip to content

Commit

Permalink
Fixes bugs
Browse files Browse the repository at this point in the history
ajaydsouza committed Sep 4, 2024
1 parent 0125a07 commit bbda70d
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion includes/frontend/class-shortcodes.php
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ class Shortcodes {
*/
public function __construct() {
add_shortcode( 'wzpa_popular_authors', array( __CLASS__, 'wzpa_popular_authors' ) );
add_shortcode( 'tptn_views', array( __CLASS__, 'tptn_views' ) );
}

/**
2 changes: 1 addition & 1 deletion includes/frontend/class-styles-handler.php
Original file line number Diff line number Diff line change
@@ -94,6 +94,6 @@ public static function get_style( $style = '' ) {
* @param array $style_array Style array containing name and extra_css.
* @param string $wzpa_style Style name.
*/
return apply_filters( 'tptn_get_style', $style_array, $wzpa_style );
return apply_filters( 'wzpa_get_style', $style_array, $wzpa_style );
}
}

0 comments on commit bbda70d

Please sign in to comment.