Fix File
•
/
home
/
sportsfe...
/
httpdocs
/
clone
/
wp-conte...
/
plugins
/
leadin
/
scripts
/
gutenber...
/
Meetings...
•
File:
MeetingSaveBlock.tsx
•
Content:
import React from 'react'; import { RawHTML } from '@wordpress/element'; import { IMeetingBlockAttributes } from './registerMeetingBlock'; export default function MeetingSaveBlock({ attributes, }: IMeetingBlockAttributes) { const { url } = attributes; if (url) { return ( <RawHTML className="wp-block-leadin-hubspot-meeting-block">{`[hubspot url="${url}" type="meeting"]`}</RawHTML> ); } return null; }
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List