Code Monkey home page Code Monkey logo

acf-snippet-vsc's People

Contributors

hubsta avatar michaelmano avatar ne-ne avatar wpdoes avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

acf-snippet-vsc's Issues

Snippets don't work in HTML

Hi,
I love using these snippets, thanks so much for putting them together!

I have just noticed that they don't seem to work when in HTML. The autocomplete never shows.
When including them in <?php ?> tags, they fire but you end up with duplicate php tags as they're included in all the snippets.

Cheers

Missing $ for size variable in field:image:id

First of all, incredible job here!

I found a minor bug, when trying to use the field:image:id, we need to add the $ in the size variable:

if ( get_field('icon') ) {
  $attachment_id = get_field('icon');
  $size = "full"; // (thumbnail, medium, large, full or custom size)
  wp_get_attachment_image( $attachment_id, $size );  //Here!
}

Suggestion

get_field makes a request to the database, you can do it in 1 query like this:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.