| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | public function __construct( $assets_directory = array() ) { |
||
| 10 | |||
| 11 | if ( isset( $assets_directory['images'] ) ) { |
||
| 12 | $image_path_relative_to_wp_content = \substr( realpath( $assets_directory['images'] ), strlen( WP_CONTENT_DIR ) ); |
||
| 13 | $this->image_directory_path = '/' . \trim( $image_path_relative_to_wp_content, '/' ) . '/'; |
||
| 14 | } |
||
| 15 | } |
||
| 16 | |||
| 21 |