WordPress Theme Development
Create Custom Meta Boxes & Custom Fields in WordPress
Deploy hybrid Azure AD-joined devices by using Intune and Windows Autopilot
add_submenu_page()
Syntax
add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function )
Continue reading “add_submenu_page()” PowerShell REST API Programming
Creating and Deploying SharePoint Provider-hosted MVC App in Office 365 and Azure
Create, Configure And Deploy Provider Hosted Add-In For SharePoint Online
HTML CSS Snippets
Adding page breaks to your web pages
<html>
<body>
This is the text for page #1.
<p style="page-break-before: always">
Page #2...
</p>
<p style="page-break-before: always">
Page #3...
</p>
</body>
</html>