Plugin Directory

Changeset 2282830


Ignore:
Timestamp:
04/14/2020 05:17:23 AM (6 years ago)
Author:
1specindia
Message:

Custom post type added.

Location:
spec-theme-options/trunk
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • spec-theme-options/trunk/README.txt

    r2270812 r2282830  
    2121== Changelog ==
    2222
     23= 1.0.1 - March 19 2020 =
     24* Custom post type added.
     25
    2326= 1.0.0 - March 19 2020 =
    2427* Initial release
  • spec-theme-options/trunk/includes/class-spec-theme-options.php

    r2270812 r2282830  
    141141          require_once(plugin_dir_path( dirname( __FILE__ ) ) . '/extensions/font-awesome/font-awesome.php');
    142142
     143          //Add custom post type
     144          require_once(plugin_dir_path( dirname( __FILE__ ) ) . '/extensions/custom-post/custom-post.php');
     145
    143146        $this->loader = new Spec_Theme_Options_Loader();
    144147
  • spec-theme-options/trunk/spec-theme-options.php

    r2270812 r2282830  
    1010 *
    1111 * @link              https://www.spec-india.com/
    12  * @since             1.0.0
     12 * @since             1.0.1
    1313 * @package           Spec_Theme_Options
    1414 *
Note: See TracChangeset for help on using the changeset viewer.