定制 automattic/jetpack-identity-crisis 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

automattic/jetpack-identity-crisis

最新稳定版本:v0.21.0

Composer 安装命令:

composer require automattic/jetpack-identity-crisis

包简介

Identity Crisis.

README 文档

README

Identity Crisis

Usage

The Identity Crisis package can be initialized using the Config package as shown in the example below.

use Automattic\Jetpack\Config;

// Configuring as early as plugins_loaded priority 1
// to make sure every action handler gets properly set.
add_action( 'plugins_loaded', 'configure_identity_crisis', 1 );

function configure_identity_crisis() {
    $config = new Config();
    $config->ensure( 'identity_crisis' );
}

The Identity Crisis package can also be initialized directly.

// Initialize Identity Crisis.
add_action( 'plugins_loaded', array( 'Automattic\\Jetpack\\Identity_Crisis', 'init' ) );

Examples

Clearing IDC options.

namespace Automattic\Jetpack\Identity_Crisis;
Identity_Crisis::clear_all_idc_options();

Using this package in your WordPress plugin

If you plan on using this package in your WordPress plugin, we would recommend that you use Jetpack Autoloader as your autoloader. This will allow for maximum interoperability with other plugins that use this package as well.

Security

Need to report a security vulnerability? Go to https://automattic.com/security/ or directly to our security bug bounty site https://hackerone.com/automattic.

License

jetpack-identity-crisis is licensed under GNU General Public License v2 (or later)

统计信息

  • 总下载量: 568.34k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 5
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 5
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0-or-later
  • 更新时间: 未知