# maxbuttons/7.13.2/includes/maxbuttons-collections.php

MaxButtons – Create buttons, version 7.13.2. 26 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/7.13.2/code/includes/maxbuttons-collections.php
- Raw: https://pluginprobe.com/plugins/maxbuttons/7.13.2/raw/includes/maxbuttons-collections.php
- Modified: 2018-06-05T08:52:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/7.13.2/code/includes/maxbuttons-collections.php#L10-L20`.

```php
<?php
namespace MaxButtons;
defined('ABSPATH') or die('No direct access permitted');


require_once('social-share.php');

/*switch($action)
{
	case "edit":
		require_once("maxbuttons-collection-edit.php");
	break;
	case 'nosimplexml':
		require_once('maxbuttons-no-simplexml.php');
	break;
	default;
		require_once("maxbuttons-collection-list.php");
	break;
} */





?>

```
