Plugin Directory

Changeset 2860277

Timestamp:
02/04/2023 08:26:59 PM (3 years ago)
Author:
madhavsingh07
Message:

removed print_r

Location:
sharekar/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sharekar/trunk/front.php

    r2860275 r2860277  
    391391   
    392392    if(empty($sharekar_webshare['enable_webshare'])){
    393         print_r('Okayy');
    394393        return;
    395394    }
     
    405404    }
    406405   
    407     print_r(get_post_type());
    408406    $webshare = get_option('sharekar_webshare');
    409407   
     
    484482function sharekar_can_webshare()
    485483{
     484
    486485
    487486    if(empty(is_ssl()) || empty($webshare['webshare_post_type'])){
     
    492491        return false;
    493492    }
    494    
    495     $webshare = get_option('sharekar_webshare');
    496493
    497494    if((is_home() || is_front_page()) && !in_array('homepage', $webshare['webshare_post_type'])){
  • sharekar/trunk/readme.txt

    r2860275 r2860277  
    44Requires at least: 4.6
    55Tested up to: 6.1
    6 Stable tag: 0.4.0
     6Stable tag: 0.4.
    77Requires PHP: 5.6
    88License: GPLv2 or later
  • sharekar/trunk/sharekar.php

    r2860275 r2860277  
    44 * Plugin URI:        https://sharekar.net/
    55 * Description:       Simple, easy to use and fast social share plugin.
    6  * Version:           0.4.0
     6 * Version:           0.4.
    77 * Requires at least: 4.6
    88 * Requires PHP:      5.6
     
    1414 */
    1515
    16 define( 'SHAREKAR_VERSION', '0.4.0' );
     16define( 'SHAREKAR_VERSION', '0.4.' );
    1717define( 'SHAREKAR_DIR', __DIR__ );
    1818define( 'SHAREKAR_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
Note: See TracChangeset for help on using the changeset viewer.