width; means banner_width => $config->banner_config['width'] // static placeholder // set static placeholders for each banner // NOTE: this means that this placeholders set the same value in each banner // e.g. class => example_class / id => example_id // NOTE: global_markup gets matched only on first load // global_files gets matched on each load / refresh iframes $placeholder = (object) [ 'dynamic' => [ ['banner_width', 'width'], ['banner_height', 'height'] ], 'static' => [ ['class', 'example_class'], ['id', 'example_id'] ] ] ?>