PHP Classes

File: src/blocks/spacex-data/save.tsx

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Maniruzzaman WordPress Frontend Editor   src/blocks/spacex-data/save.tsx   Download  
File: src/blocks/spacex-data/save.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Maniruzzaman WordPress Frontend Editor
WordPress plugin for visual front-end development
Author: By
Last change:
Date: 8 months ago
Size: 319 bytes
 

Contents

Class file image Download
/** * This is a dynamic block. * The save function's functionality has been added /templates/blocks/spacex-data/markup.php * * @see https://developer.wordpress.org/block-editor/developers/block-api/block-edit-save/#save * @return {WPElement} Element to render. */ export default function save() { return null; }