Removed placeholder image, updated readme

This commit is contained in:
Justin Foell
2020-11-27 13:21:17 -06:00
parent 2c8c70123c
commit 33a12e3709
4 changed files with 32 additions and 21 deletions
-8
View File
@@ -215,14 +215,6 @@ class WPStrava {
filemtime( WPSTRAVA_PLUGIN_DIR . 'build/style.css' )
);
wp_localize_script(
'wp-strava-block',
'wpStrava',
array(
'placeholderActivityImg' => WPSTRAVA_PLUGIN_URL . 'images/example-activity.png',
)
);
foreach ( $blocks as $block_class ) {
$block = new $block_class();
$block->register_block();