/
var
/
www
/
vhosts
/
ihelp.ro
/
ajutam.ro
/
wp-content
/
plugins
/
give
/
blocks
/
components
/
help-link
/
/var/www/vhosts/ihelp.ro/ajutam.ro/wp-content/plugins/give/blocks/components/help-link
mkdir
upload
Name
Size
Mode
Actions
index.js
351
0644
edit
dl
rm
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 ( <p className="give-blank-slate__help"> Need help? Get started with <a href="http://docs.givewp.com/give101/" target="_blank" rel="noopener noreferrer">{ __( 'GiveWP 101' ) }</a> </p> ); }; export default GiveHelpLink;
Save
cmd:
run