PHP code example of seoegypt / url-button-in-forms

1. Go to this page and download the library: Download seoegypt/url-button-in-forms library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

seoegypt / url-button-in-forms example snippets


use Seoegypt\UrlButtonInForms\UrlButtonInForms;

//..
UrlButtonInForms::make(_('Label'), 'Label')
    ->urlLabel("Label")
    ->urlGenerate("Url"),