brew install libmemcached
brew install zlib
Find installed locations:
#!/usr/bin/env bash | |
# | |
# The built-in scripts are mostly shell and PERL scripts, but you | |
# can use any scripting language you like as long as it can be run | |
# as an executable. | |
# | |
# An example hook script to verify what is about to be committed. | |
# Called by "git commit" with no arguments. The hook should | |
# exit with non-zero status after issuing an appropriate message if | |
# it wants to stop the commit. |
<div class="row mb-5"> | |
<div class="col-sm-12 col-lg-6 offset-lg-3"> | |
<div class="video-responsive"> | |
<iframe width="853" height="480" src="https://www.youtube.com/embed/oe24t9ILiN0" frameborder="0" | |
allowfullscreen=""></iframe> | |
</div> | |
</div> | |
</div> |
function filter_admin_menues() { | |
// If administrator then do nothing | |
if (current_user_can('activate_plugins')) return; | |
// Remove main menus | |
$main_menus_to_stay = array( | |
// Dashboard | |
'index.php', |