What we are allowed to do:
- We are allowed to host the sourcecode into a public Git repository, EXCLUDING: a. the client/business information b. the client/business website/url c. the database d. commercial plugins e. license keys
<?php | |
/* | |
Plugin Name: Raw Shortcode | |
Description: Disables the_content formatting filters for content in shortcode [raw]. | |
Author: Benjamin J. Balter | |
Version: 1.0 | |
*/ | |
/** | |
* Raw Shortcode |
{"lastUpload":"2019-02-25T11:39:59.815Z","extensionVersion":"v3.2.5"} |
class CompanyEntity implements EntityInterface {
public function get_entity_type() {
return 'company';
}
}
class ProductEntity implements EntityInterface {
{"lastUpload":"2019-01-13T11:24:09.136Z","extensionVersion":"v3.2.4"} |
{"lastUpload":"2018-11-16T00:02:48.986Z","extensionVersion":"v3.2.0"} |
{"lastUpload":"2018-11-15T23:58:43.521Z","extensionVersion":"v3.2.0"} |
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Place Autocomplete Address Form</title> | |
<meta name="viewport" content="initial-scale=1.0, user-scalable=no"> | |
<meta charset="utf-8"> | |
<style> | |
/* Always set the map height explicitly to define the size of the div | |
* element that contains the map. */ | |
#map { |
<?php | |
$initial = 'A'; | |
$students = array(); | |
$students[] = array( | |
'Fornamn' => 'Hanifa', | |
'Efternamn' => 'Holden', | |
'Fodelsear' => '', | |
'Ambitionsniva' => '', |