This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Breakpoints: | |
// Breakpoints are customizable widths that determine how your responsive layout behaves across device or viewport sizes. | |
// Min-Width: These Sass mixins translate in our compiled CSS using the values declared in our Sass variables. | |
// For example: | |
// Small devices (landscape phones, 576px and up) | |
@media (min-width: 576px) { ... } | |
// Medium devices (tablets, 768px and up) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Custom WordPress Welcome Admin Dashboard | |
* Plugin URI: https://gist.github.com/wpfresher/8d3680d4d9d6d86f22f7f6cb1662ab1a | |
* Description: This plugin will replaces the default WordPress admin dashboard with a new custom menu page. It works when the user has 'Read' capability & do not has no 'Manage_Options' capability | |
* Version: 1.0.0 | |
* Author: Kawsar Ahmed | |
* Author URI: http://wpfresher.com/ | |
* Developer: Kawsar Ahmed | |
* Developer URI: http://wpfresher.com/ |