| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | $control = parent::transformControl($name, $args); |
||
| 23 | if ('pagination' === $name) { |
||
| 24 | $icons = [ |
||
| 25 | 'ajax' => 'eicon eicon-spinner', |
||
| 26 | 'loadmore' => 'eicon eicon-button', |
||
| 27 | 'true' => 'eicon eicon-redo', |
||
| 28 | ]; |
||
| 29 | $control['label'] = _x('Pagination', 'admin-text', 'site-reviews'); |
||
| 30 | $control['label_block'] = false; |
||
| 31 | $control['type'] = Controls_Manager::CHOOSE; |
||
| 42 |