9 comments

  1. despre lutyk.ro e vorba. am widget-ul si am pus acest plugin. poti sa mai verifici odata daca merge. multam fain

  2. Intrebare: Daca imaginile pe care le pun in articolele de pe blog sunt hostate pe alt server, nu sunt incarcate pe blog, mai funtioneaza pluginul ?

  3. Il folosesc la toate blogurile mele, face parte din pachetul cu pluginuri de baza. Si sunt sigura ca la fel ca mine fac si altii, pluginul a fost descarcat pana acum de peste 1700 de ori.

  4. Hi, thought I should let you know that your Google Images Redirect plugin breaks other plugins that use iframes because your pasting your javascript code all over the place.

    If you wrap it with a function
    function google_images_redirect_init() {
    if(current_user_can(‘manage_options’) || is_admin()) {
    //DO NOTHING
    } else {
    //DO YOUR CODE
    }
    }
    add_action(‘init’,’google_images_redirect_init’);

    This prevents your javascript from printing if a user is an admin or logged in and viewing the admin pages.

Add a Comment

Adresa ta de email nu va fi publicată. Câmpurile obligatorii sunt marcate cu *

*

Acest site folosește Akismet pentru a reduce spamul. Află cum sunt procesate datele comentariilor tale.