Skip to content

Instantly share code, notes, and snippets.

@virtualLast
virtualLast / PlayStationBIOSFilesNAEUJP.md
Created July 30, 2022 09:47 — forked from juanbrujo/PlayStationBIOSFilesNAEUJP.md
Files for PlayStation BIOS Files NA-EU-JP
@virtualLast
virtualLast / CustomContent.php
Created March 7, 2022 12:19 — forked from magevision/CustomContent.php
Add Custom Field To CMS Page
<?php
namespace MageVision\Blog15\Block;
class CustomContent extends \Magento\Cms\Block\Page
{
/**
* Prepare HTML content
*
* @return string
*/
@virtualLast
virtualLast / README.md
Created July 17, 2018 08:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet
@virtualLast
virtualLast / php
Created July 10, 2018 14:03 — forked from modemlooper/php
Example on adding a page to user profile
<?php
/**
* Plugin Name: BP Add Page
* Plugin URI: https://webdevstudios.com
* Description: Example on adding a page to BuddyPress profiles
* Author: WebDevStudios
* Author URI: https://webdevstudios.com
* Version: 1.0.0
* License: GPLv2
*/