MyNixOS website logo
option

services.wordpress.sites.<name>.plugins

Path(s) to respective plugin(s) which are copied from the 'plugins' directory.

These plugins need to be packaged before use, see example.
Declarations
Type
(attribute set of path) or (list of path) convertible to it
Default
{ }
Example
{
  inherit (pkgs.wordpressPackages.plugins) embed-pdf-viewer-plugin;
}