Title: aitch ref!
Author: postpostmodern
Published: <strong>ફેબ્રુવારી 25, 2010</strong>
Last modified: જાન્યુઆરી 29, 2018

---

પ્લગીન શોધો

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](https://s.w.org/plugins/geopattern-icon/aitch-ref.svg)

# aitch ref!

 [postpostmodern](https://profiles.wordpress.org/postpostmodern/) દ્વારા

[ડાઉનલોડ](https://downloads.wordpress.org/plugin/aitch-ref.zip)

 * [વિગતો](https://gu.wordpress.org/plugins/aitch-ref/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/aitch-ref/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/aitch-ref/#installation)
 * [ડેવલપમેન્ટ](https://gu.wordpress.org/plugins/aitch-ref/#developers)

 [સપોર્ટ](https://wordpress.org/support/plugin/aitch-ref/)

## વર્ણન

Useful for switching between different development environments. Attempts to replace
any absolute urls, whether generated though WordPress option like ‘siteurl’ or ‘
home’, or through hardcoded urls in posts.

## સ્ક્રીનશોટ

[⌊time out for you /trunk/screenshot-1.jpg⌉⌊time out for you /trunk/screenshot-1.
jpg⌉[

time out for you `/trunk/screenshot-1.jpg`

## સ્થાપન

 1. Place entire /aitch-ref/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Enter all possible site urls in the text box, each on a new line. Example could
    be https://wordpress.org/ , https://dev.wordpress.org/, http://dev.wordpress. Note–
    subdirectories to not currently work, so http://127.0.0.1/~wordpress/ would give
    you bad results
 4. _Important_ if SSL is used on site – each record needs an entry for ssl. For example,
    if your dev environment is http://dev.wordpress you will need to enter https://
    dev.wordpress as well even if it does not exist.
 5. Look at your source, now back to me. Now back to your source.

## એફએક્યુ (FAQ)

  Installation Instructions

 1. Place entire /aitch-ref/ directory to the /wp-content/plugins/ directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Enter all possible site urls in the text box, each on a new line. Example could
    be https://wordpress.org/ , https://dev.wordpress.org/, http://dev.wordpress. Note–
    subdirectories to not currently work, so http://127.0.0.1/~wordpress/ would give
    you bad results
 4. _Important_ if SSL is used on site – each record needs an entry for ssl. For example,
    if your dev environment is http://dev.wordpress you will need to enter https://
    dev.wordpress as well even if it does not exist.
 5. Look at your source, now back to me. Now back to your source.

## સમીક્ષાઓ

આ પ્લગઇન માટે કોઈ સમીક્ષાઓ નથી.

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

[“aitch ref!” ને તમારી ભાષામાં અનુવાદ કરો.](https://translate.wordpress.org/projects/wp-plugins/aitch-ref)

### વિકાસમાં રસ ધરાવો છો?

[કોડ બ્રાઉઝ કરો](https://plugins.trac.wordpress.org/browser/aitch-ref/), જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/aitch-ref/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/aitch-ref/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/aitch-ref/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 0.9.8

allow AITCH_REF_SERVER_URL constant, back compat

#### 0.9.7

major refactor, require php 5.4

#### .91

fixed typo in absolute filter, fix absolute check with offsite https links

#### .9

refactor to namespace

#### .86

moving to github

#### .85

fixed short tags, escape textarea

#### .8

better MU functionality

#### .75

added SSL support – for now you must add additional entries for each environment
even if a dev ssl does not exist
 added filter for `stylesheet_uri`

#### .71

added filter for `login_url`

#### .70

removed **DIR** for php 5.2 compat

#### .69

removes duplicates from url list in admin

#### .68

added filter for `wp_get_attachment_url`

#### .66

pre_post_link changed to not use absolute link, was causing double http:// on some
sites

#### .65

added aitch() helper function

#### .62

force baseurl in absolute filter

#### .61

added filter for `term_link`

#### 0.6

added filter for `style_loader_src`

#### 0.59

added filter for `content_url`

#### 0.58

    ```
    admin_url uses absolute url filter now
    ```

#### 0.55

fixed bug affecting ‘upload_dir’ filter

#### 0.53

added filter for admin scripts

#### 0.51

fixed deprecated argument in add_options_page()

#### 0.5

discovered incompatibility in wordpress 2.x, bumped minimum version to 3.0 – no 
new functionality

#### 0.49

fixed bug in self::$path, discrepancies on $_SERVER[‘DOCUMENT_ROOT’] on certain 
environments

#### 0.42

fixed bug in updating options on a multiuser install

#### 0.3

better handling of mu / single blog installs. MU uses blog #1 for all options db
storage

#### 0.2

minor code cleanups, using json_encode for options db storage, fancy graphic

#### 0.15

minor code cleanups

#### 0.1

yes, its here

## મેટા

 *  વર્ઝન **0.9.9**
 *  છેલ્લી અપડેટ: **8 વર્ષ પહેલા**
 *  સક્રિય સ્થાપનો: **10+**
 *  વર્ડપ્રેસ વર્ઝન ** 4.0 અથવા ઉચ્ચતર **
 *  **4.8.28** સુધી પરીક્ષણ કર્યું
 *  ભાષા
 * [English (US)](https://wordpress.org/plugins/aitch-ref/)
 * ટૅગ્સ:
 * [href](https://gu.wordpress.org/plugins/tags/href/)[url](https://gu.wordpress.org/plugins/tags/url/)
 *  [વિગતવાર દૃશ્ય](https://gu.wordpress.org/plugins/aitch-ref/advanced/)

## પૉઇન્ટ્સ

હજુ સુધી કોઈ સમીક્ષા સબમિટ કરવામાં આવી નથી.

[Your review](https://wordpress.org/support/plugin/aitch-ref/reviews/#new-post)

[બધા  સમીક્ષાઓ જુઓ](https://wordpress.org/support/plugin/aitch-ref/reviews/)

## ફાળો આપનારા

 *   [ postpostmodern ](https://profiles.wordpress.org/postpostmodern/)
 *   [ pinecone-dot-website ](https://profiles.wordpress.org/pinecone-dot-io/)

## સપોર્ટ

કંઈક કહેવું છે? મદદ જોઈએ છે?

 [આધાર ફોરમ જુઓ](https://wordpress.org/support/plugin/aitch-ref/)

## દાન

શું તમે આ પ્લગિનની પ્રગતિને સમર્થન આપવા માંગો છો?

 [ આ પ્લગિનને દાન કરો ](https://cash.me/$EricEaglstun)