Plugin Directory

Changeset 2614999


Ignore:
Timestamp:
10/16/2021 06:38:15 AM (4 years ago)
Author:
frenify
Message:

changed trial terms

Location:
categorify/trunk
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • categorify/trunk/categorify.php

    r2612840 r2614999  
    2323   
    2424    if ( !function_exists( 'cat_fs' ) ) {
    25         // ... Freemius integration snippet ...
     25        // Create a helper function for easy SDK access.
    2626        function cat_fs()
    2727        {
     
    4141                    'has_paid_plans' => true,
    4242                    'trial'          => array(
    43                     'days'               => 3,
    44                     'is_require_payment' => true,
     43                    'days'               => 7,
     44                    'is_require_payment' => false,
    4545                ),
    4646                    'menu'           => array(
    47                     'first-path' => 'plugins.php',
     47                    'slug'       => 'categorify',
     48                    'first-path' => 'admin.php?page=categorify',
    4849                    'contact'    => false,
    4950                    'support'    => false,
  • categorify/trunk/inc/plugin.php

    r2611301 r2614999  
    1313        include_once ( CATEGORIFY_PATH . 'inc/helper.php');
    1414        include_once ( CATEGORIFY_PATH . 'inc/sidebar.php');
     15        include_once ( CATEGORIFY_PATH . 'inc/settings/settings.php');
    1516    }
    1617
Note: See TracChangeset for help on using the changeset viewer.