PluginProbe
Social Share Buttons / 1.3
Social Share Buttons v1.3
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
share-button / admin / share_editor.php

share_editor.php in Social Share Buttons 1.3, at admin/share_editor.php

15 lines 248 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace MBSocial;
3
4 //$settings = mbSocial()->load_settings('default');
5
6 use \MaxButtons\maxField as maxField;
7 use \MaxButtons\maxBlocks as maxBlocks;
8
9 $collection = new collection($collection_id);
10
11 $collection->showBlocks();
12
13 ?>
14
15