PluginProbe
Image Source Control Lite – Show Image Credits and Captions / trunk
Image Source Control Lite – Show Image Credits and Captions vtrunk
3.12.0 3.11.0 trunk 1.1 1.1.1 1.1.2 1.1.2.1 1.1.3 1.10 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.2 1.2.0.1 1.2.0.2 1.2.0.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.4.1 1.3.5 All 110 releases
image-source-control-isc / includes / image-sources / renderer.php

renderer.php in Image Source Control Lite – Show Image Credits and Captions trunk, at includes/image-sources/renderer.php

19 lines 235 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace ISC\Image_Sources;
4
5 /**
6 * Main renderer class
7 */
8 class Renderer {
9
10 /**
11 * Get the ISC options
12 *
13 * @return array
14 */
15 protected static function get_options(): ?array {
16 return \ISC\Plugin::get_options();
17 }
18 }
19