JavaScript for WordPress › Forums › Gutenberg Development › Inspector controls inside dynamic block › Reply To: Inspector controls inside dynamic block
April 30, 2018 at 3:11 pm
#46005
Participant
Does the WP API approach still allow for the same rendering in PHP (using save: props => { // fetch in php return null; }?
Yes, you render on the front-end with PHP. What are you having trouble with specifically?