WordPress has unique plugin architecture. WordPress è unico plug in architettura. Plugins are simply php files which are include d (and executed) before any php pages which renders the content, whether it is your blog page or syndication feed or even administrative functions. Plugin sono semplicemente i file php che sono anche d (ed eseguiti), prima di ogni pagine PHP che rende il contenuto, se è il tuo blog o pagina feed di diffusione dei contenuti o anche funzioni amministrative.

The plugins can do anything that is allowed by php code, including trashing your hard-disk to sending your bank account details to a cracker etc. Plugins do not operate under any restrictions. Il plugin può fare tutto ciò che è consentito dal codice php, tra cui cestinare vostro hard-disk per l'invio del tuo conto bancario a un cracker ecc collegamenti non funzionano sotto tutte le restrizioni. Nor can the product recover from errors generated by any plugin. Né si può recuperare il prodotto generato da errori di qualsiasi plug-in. I really miss here Java’s strong security infrastructure. I really perdere Java qui il forte infrastruttura di sicurezza.

Still fine and dandy untill you discover to your horror how a poorly coded plugin can bring down your site in no time. Ancora valida e dandy fino a quando non viene a scoprire il suo orrore come un mal codificati plugin può far cadere il tuo sito in poco tempo.

Couple that with php’s “silent treatment” of errors. Matura che, con php "silenzio di trattamento" di errori. In other words you and your viewers are greeted with a nice looking, white in color web page, whenever any (plugin) error occurs. In altre parole, voi ei vostri visitatori vengono accolti con un piacevole, in colore bianco pagina web, ogniqualvolta (plugin) di errore si verifica. Plugin errors could be as simple as having blank spaces at the end of plugin files after ?> to more complex ones like invalid argument to methods. Plug errori potrebbe essere più semplice avere spazi bianchi alla fine del plug file dopo?> Per quelli più complessi come argomento per non validi metodi.
Update: Please check Aggiornamento: Verifica tips on making your plugins robust suggerimenti su come rendere il vostro plugin robusto .

Pages: 1 Pagine: 1 2