Skip to content

Commit

Permalink
Fix PHP variable undefined error Codeinwp/feedzy-rss-feeds-pro#663
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Jan 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d317664 commit 6978865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/feedzy-rss-feeds-import.php
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ public function upsell_class( $class ) {
* @since ?
* @access public
*/
public function upsell_content( $contentt, $area, $location ) {
public function upsell_content( $content, $area, $location ) {
if ( ! feedzy_is_pro() ) {
$content = '
<div class="only-pro-content">

0 comments on commit 6978865

Please sign in to comment.