PHP code example of upstatement / ups-editorial-wp-plugin
1. Go to this page and download the library: Download upstatement/ups-editorial-wp-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/ */
upstatement / ups-editorial-wp-plugin example snippets
html
Block validation: Block validation failed for `ups/image` Content generated by `save` function:
<figure class="wp-block-image">
<img src="/good-image.png" alt="A good image" />
<figcaption>This is the caption</figcaption>
<cite>This is a new citation</cite>
</figure>
Content retrieved from post body:
<figure class="wp-block-image">
<img src="/good-image.png" alt="A good image" />
<figcaption>This is the caption</figcaption>
</figure>
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.