Skip to content

Commit

Permalink
fix: license name
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed May 22, 2024
1 parent bff3729 commit 6c72e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/class-rop-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ public static function rop_check_reached_sharing_limit( $sharing_type = 'tw' ) {
* @return array The survey metadata.
*/
public function get_survey_metadata() {
$license_data = get_option( 'feedzy_rss_feeds_pro_license_data', array() );
$license_data = get_option( 'tweet_old_post_pro_license_data', array() );
$attributes = array();
$user_id = 'rop_' . ( ! empty( $license_data->key ) ? $license_data->key : preg_replace( '/[^\w\d]*/', '', get_site_url() ) ); // Use a normalized version of the site URL as a user ID for free users.

Expand Down

0 comments on commit 6c72e8c

Please sign in to comment.