/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/help-link
NameSizeModeActions
index.js3510644editdlrm
Edit: /var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/help-link/index.js (351B)
/** * WordPress dependencies */ const { __ } = wp.i18n; /** * Render Help link */ const GiveHelpLink = () => { return (

Need help? Get started with { __( 'GiveWP 101' ) }

); }; export default GiveHelpLink;