Plugin Directory

Changeset 1413023


Ignore:
Timestamp:
05/09/2016 02:08:13 PM (10 years ago)
Author:
oleg2tor
Message:

fix: Init function name

Location:
wp-rest-api-options/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-rest-api-options/trunk/readme.txt

    r1391148 r1413023  
    33Tags: wp-api, wp-rest-api, json-rest-api, json, options, rest, api, wp-rest-options, general, discussion, media, reading, writing
    44Requires at least: 3.6.0
    5 Tested up to: 4.4.2
     5Tested up to: 4.5
    66Stable tag: 1.0.0
    77License: GPLv2 or later
     
    3939
    4040== Changelog ==
     41= 1.0.1 =
     42* Fix: init function name
     43
    4144= 1.0.0 =
    4245* First public release
  • wp-rest-api-options/trunk/wp-api-options.php

    r1391148 r1413023  
    44Description: WP REST API Options - returns list of options and their values.
    55Author: Oleg Kostin
    6 Version: 1.0.0
     6Version: 1.0.1
    77Author URI: http://pmr.io
    88*/
     
    2222
    2323
    24     function wp_rest_permalinks_init() {
     24    function wp_rest_options_init() {
    2525
    2626        /**
     
    3939    }
    4040
    41     add_action( 'init', 'wp_rest_permalinks_init' );
     41    add_action( 'init', 'wp_rest_options_init' );
    4242
    4343
Note: See TracChangeset for help on using the changeset viewer.