Skip to content

Commit

Permalink
updates for creative kit
Browse files Browse the repository at this point in the history
  • Loading branch information
kadencewp committed Jan 14, 2025
1 parent 2daff2d commit a8ff52f
Show file tree
Hide file tree
Showing 4 changed files with 820 additions and 661 deletions.
4 changes: 2 additions & 2 deletions includes/class-kadence-blocks-ai-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,12 +144,12 @@ public static function get_prophecy_token_header( $args = [] ) {
$site_url = get_original_domain();
$site_name = get_bloginfo( 'name' );
$license_data = kadence_blocks_get_current_license_data();

$product_slug = ( ! empty( $license_data['product'] ) ? $license_data['product'] : 'kadence-blocks' );
$defaults = [
'domain' => $site_url,
'key' => ! empty( $license_data['key'] ) ? $license_data['key'] : '',
'site_name' => sanitize_title( $site_name ),
'product_slug' => apply_filters( 'kadence-blocks-auth-slug', 'kadence-blocks' ),
'product_slug' => apply_filters( 'kadence-blocks-auth-slug', $product_slug ),
'product_version' => KADENCE_BLOCKS_VERSION,
];

Expand Down
Loading

0 comments on commit a8ff52f

Please sign in to comment.