Plugin Directory

Changeset 2390446


Ignore:
Timestamp:
09/29/2020 05:00:28 PM (5 years ago)
Author:
gsayed786
Message:

Add new file

Location:
headless-cms/trunk
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • headless-cms/trunk/headless-cms.php

    r2339327 r2390446  
    88 * License:     GPL2
    99 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
    10  * Version:     1.0.3
     10 * Version:     1.0.4
    1111 * Text Domain: headless-cms
    1212 *
  • headless-cms/trunk/inc/classes/class-get-post-api.php

    r2334762 r2390446  
    6262                'method'   => 'GET',
    6363                'callback' => [ $this, 'rest_endpoint_handler' ],
     64                'permission_callback' => '__return_true',
    6465            ]
    6566        );
  • headless-cms/trunk/inc/classes/class-get-posts-api.php

    r2334762 r2390446  
    6363                'method'   => 'GET',
    6464                'callback' => [ $this, 'rest_endpoint_handler' ],
     65                'permission_callback' => '__return_true',
    6566            ]
    6667        );
  • headless-cms/trunk/inc/classes/class-header-footer-api.php

    r2333730 r2390446  
    6666                'method'   => 'GET',
    6767                'callback' => [ $this, 'rest_endpoint_handler' ],
     68                'permission_callback' => '__return_true',
    6869            ]
    6970        );
  • headless-cms/trunk/inc/classes/class-home-page-api.php

    r2333762 r2390446  
    7272                'methods'  => 'GET',
    7373                'callback' => [ $this, 'rest_endpoint_handler' ],
     74                'permission_callback' => '__return_true',
    7475            ]
    7576        );
  • headless-cms/trunk/inc/classes/class-plugin.php

    r2334762 r2390446  
    3333        Settings::get_instance();
    3434        Header_Footer_Schema::get_instance();
     35        Sticky_Post_Type::get_instance();
    3536
    3637    }
  • headless-cms/trunk/inc/classes/class-post-by-tax-api.php

    r2333730 r2390446  
    6969                'method'   => 'GET',
    7070                'callback' => [ $this, 'rest_endpoint_handler' ],
     71                'permission_callback' => '__return_true',
    7172            ]
    7273        );
  • headless-cms/trunk/readme.txt

    r2334768 r2390446  
    33Tags: headless-cms, decoupled, graphql
    44Requires at least: 4.6
    5 Tested up to: 5.4.2
     5Tested up to: 5.5.1
    66Stable tag: 4.9.2
    77Requires PHP: 5.2.4
     
    1515A WordPress plugin that adds following features to use WordPress as a headless CMS with any front-end environment using REST API
    1616This plugin provides multiple features and you can use the one's that is relevant to your front-end application. You don't necessarily need to use all.
    17 
    18 [Github-repo](https://github.com/imranhsayed/headless-cms)
    1917
    2018== Features ==
     
    7674Please check the demo of an example React front-end application, where this plugin can be used.
    7775
    78 [2020-07-02] Demo.
     76[2020-07-02] Demo 1.
    7977
    8078[youtube https://youtu.be/nYXL1KKjKrc]
     79
     80[2020-09-29] Demo 2.
     81
     82[youtube https://youtu.be/ygaE8ZdPEX8]
    8183
    8284= Its not working.
Note: See TracChangeset for help on using the changeset viewer.