beapi/algolia-content-exclude
最新稳定版本:1.0.5
Composer 安装命令:
composer require beapi/algolia-content-exclude
包简介
README 文档
README
# Aloglia Content Exclude
## Introduction
This plugin allows you to exclude content from algolia indexation with a metabox.
All post types with show_ui => true will have the metabox displayed.
Supports Gutenberg and Classic editor.
## Requirements
- WordPress > 5.0
- PHP >= 7.2
## Installation
### From composer
```shell script
composer require beapi/algolia-content-exclude
```
### From files
Download the zip folder from the desired tag.
## Changelog
### 1.0.5
* Fix register_meta function call
### 1.0.4
* Do not load script or metabox for post_types that doesn't supports custom-fields
### 1.0.3
* Add translations
* Add JS translations
* Add translation on metabox title
### 1.0.2
* Do not force indexation if already at false
### 1.0.1
* Fix label not clickable
### 1.0.0
* Base plugin
## Creating a release
To create a release, just push a branch version/{your-version} and then github actions will generate a tag with the compiled code.
统计信息
- 总下载量: 3.31k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2021-03-27