plugin/pdc-internal-products

There is no license information available for the latest version (v3.0.4) of this package.

PDC Internal Products Plugin

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Open Issues: 1

Type:wordpress-plugin

pkg:composer/plugin/pdc-internal-products

v3.0.4 2025-03-13 13:25 UTC

README

The Internal Products plugin splits items of the PDC into two types: internal and external.

PDC items will need to be coupled to either one of the two types in order for them to show up in the endpoint. This is to prevent accidental mixing of internal and external items.

An additional data field for Internal Data is added in the admin for all PDC items.

Rest API

This plugin chages the behaviour of the existing owc/pdc/v1/items endpoint in that it returns external items only.

All internal and external items can be accessed on the owc/pdc/v1/items/internal endpoint. In order to receive internal items only, the additional exclude=external parameter can be used as in /owc/pdc/v1/items/internal?exclude=external.

Individual internal items can be accessed either on the owc/pdc/v1/items/{slug}/internal or owc/pdc/v1/items/{id}/internal endpoint. This endpoint will return the content of the Internal Data field under the key [internal-data].

Authorization

In order to make a request to one of the endpoints provided by this plugin user credentials need to be passed along to REST API requests served over https:// using Basic Auth / RFC 7617.

See this wordpress documentation on Application Passwords for a detailed instruction on how to set this up.

How do I get set up?

  • Unzip and/or move all files to the /wp-content/plugins/pdc-internal-products directory
  • Log into WordPress admin and activate the ‘PDC Internal Products’ plugin through the ‘Plugins’ menu

Filters & Actions

There are various hooks, which allows for changing the output.

Action for changing main Plugin object

'owc/pdc/internal-products/plugin'

Translations

If you want to use your own set of labels/names/descriptions and so on you can do so. All text output in this plugin is controlled via the gettext methods.

Please use your preferred way to make your own translations from the /wp-content/plugins/pdc-internal-products/languages/pdc-internal-products.pot file

Be careful not to put the translation files in a location which can be overwritten by a subsequent update of the plugin, theme or WordPress core.

Running tests

To run the the following commands from the root of this project

composer install
composer test

Contribution guidelines

Writing tests

Have a look at the code coverage reports to see where more coverage can be obtained. Write tests. Create a Pull request to the OWC repository.

Who do I talk to?

If you have questions about or suggestions for this plugin, please contact Holger Peters from Gemeente Buren.