Skip to content
View munts's full-sized avatar
  • confluence web solutions
  • Colorado

Block or report munts

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
munts/README.md

👋 Hi, I'm Scott!

README for Scott B Taylor - WordPress Developer/PHP Developer

🚀 WordPress Developer | Full-Stack Web Developer

I specialize in WordPress development, API integrations, and performance optimization, creating scalable and accessible web solutions. With expertise in PHP, JavaScript, SQL, and modern development workflows, I build custom themes, plugins, and seamless integrations.


🛠️ Technical Skills

  • Languages: PHP, JavaScript, SQL, HTML5, CSS3/Sass, XML, JSON
  • Frameworks & CMS: WordPress, Timber, Fat-Free Framework (F3), Bootstrap
  • API Technologies: cURL, RESTful APIs, SOAP
  • Data Formats & Parsing: XML, JSON
  • Template Engines: Smarty, Twig
  • Databases: MySQL, PDO
  • Tools: WP CLI, Git, Composer, NPM, Gulp, Webpack
  • Architecture: MVC, Object-Oriented Programming (OOP)
  • 3rd-Party Integrations: Google Maps, reCaptcha, Google Analytics, GTM (DataLayer JavaScript)

🚧 Current Projects

🔹 Shuttle Reservation System(#) – This is a custom application built in PHP's Fat Free Frameowrk (F3) and Smarty Templating Engine.

Want to see more? Check out my repositories!


📫 Let's Connect!


💡 Always learning and improving! Let’s collaborate on something awesome! 🚀

Pinned Loading

  1. A5 Public

    Forked from psquirrel2018/A5

    a5 adventures project

    JavaScript

  2. PlumbK2018 Public

    Forked from psquirrel2018/PlumbK2018

    This is the latest PKS project

    JavaScript

  3. flyntwp/flynt Public template

    Component based WordPress starter theme, powered by ACF Pro and Timber, optimized for performance and a11y.

    PHP 765 86

  4. prevent parent item from being click...
    1
    $("ul.menu li:has(ul.nav-drop)").hover(function () {
    2
        $(this).children("a").click(function () {
    3
            return false;
    4
        });
    5
    });
  5. Hide WooCommerce shipping options wh...
    1
    add_filter( 'woocommerce_package_rates', 'hide_shipping_when_free_is_available', 100 );
    2
    function hide_shipping_when_free_is_available( $rates ) {
    3
    	$free = array();
    4
    	foreach ( $rates as $rate_id => $rate ) {
    5
    		if ( 'free_shipping' === $rate->method_id ) {
  6. change classes on owl items based on...
    1
    $(function(){
    2
    
                  
    3
        $('.loop').on('initialized.owl.carousel translate.owl.carousel', function(e){
    4
            idx = e.item.index;
    5
            $('.owl-item.active.big').removeClass('big');

226 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March April
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

4 contributions in private repositories Apr 1 – Apr 11
Loading