| 1 | <?php |
||
| 8 | class Wordlift_PrimaShop_Adapter { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Create a Wordlift_PrimaShop_Adapter instance. |
||
| 12 | * |
||
| 13 | * @since 3.2.3 |
||
| 14 | */ |
||
| 15 | public function __construct() { |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Intercept the <em>prima_metabox_entity_header_args</em> filter and return what a call to the related <em>post</em> |
||
| 25 | * would have returned. |
||
| 26 | * |
||
| 27 | * @since 3.2.3 |
||
| 28 | * |
||
| 29 | * @param array $meta The meta array. |
||
| 30 | * @param string $ype The post type. |
||
| 31 | * |
||
| 32 | * @return array A meta array. |
||
| 33 | */ |
||
| 34 | function prima_metabox_entity_header_args( $meta, $ype ) { |
||
| 38 | |||
| 39 | } |
||
| 40 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.