PHP code example of bennothommo / wn-meta-plugin
1. Go to this page and download the library: Download bennothommo/wn-meta-plugin library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
bennothommo / wn-meta-plugin example snippets
\BennoThommo\Meta\Meta::set([
'name1' => 'value1',
'name2' => 'value2'
]);
\BennoThommo\Meta\Link::set([
'name1' => 'value1',
'name2' => 'value2'
]);
\BennoThommo\Meta\JsonLd::set([
'name1' => '{key1: value1}',
'name2' => '{key2: value2}'
]);