Changeset 9055 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
- Timestamp:
- 07/18/2019 08:28:52 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/api/routes/class-plugin.php
r8729 r9055 217 217 } 218 218 } 219 220 // Block metadata, if available 221 $result['blocks'] = get_post_meta( $post_id, 'all_blocks', true ) ?: []; 222 $result['block_assets'] = get_post_meta( $post_id, 'block_files', true ) ?: []; 219 223 220 224 // That's all folks!
Note: See TracChangeset
for help on using the changeset viewer.