Plugin Directory

Changeset 2563312


Ignore:
Timestamp:
07/13/2021 08:21:43 AM (4 years ago)
Author:
joelmelon
Message:

Add permission_callback to rest route registration.

Location:
shp-icon/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shp-icon/trunk/readme.txt

    r2563281 r2563312  
    1919
    2020== Changelog ==
     21
     22= 1.0.8 =
     23* Add `permission_callback` to rest route registration.
    2124
    2225= 1.0.7 =
  • shp-icon/trunk/shp-icon.php

    r2563279 r2563312  
    55Description: This plugin allows you to use SVG icons within WordPress as shortcodes and/or as Gutenberg block.
    66Author: Joel Stüdle ([email protected])
    7 Version: 1.0.7
     7Version: 1.0.8
    88Author URI: https://joelstuedle.ch
    99Text Domain: shp-icon
  • shp-icon/trunk/src/Plugin.php

    r2426637 r2563312  
    203203                    return $icon_list;
    204204                },
     205                'permission_callback' => '__return_true',
    205206            ]
    206207        );
Note: See TracChangeset for help on using the changeset viewer.